Highlights
- Pro
Block or Report
Block or report Sonicadvance1
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
clang-xtensa Public
Forked from llvm-mirror/clang
Mirror of official clang git repository located at http://llvm.org/git/clang. Updated every five minutes.
C++ 7
-
-
dolphin Public
Forked from dolphin-emu/dolphin
Dolphin is a GameCube/Wii emulator, allowing you to play games for these two platforms on PC, with improvements.
C++ 5
1,810 contributions in the last year
Contribution activity
May 2022
Created 8 commits in 1 repository
Created a pull request in FEX-Emu/FEX that received 5 comments
TestHarnessRunner: Adds named region for test harness code
This doesn't do anything currently but once code caching is in place this will allow us to test code caching with our test harness runner
Opened 7 other pull requests in 1 repository
FEX-Emu/FEX
4
open
3
merged
Reviewed 9 pull requests in 1 repository
FEX-Emu/FEX
9 pull requests
- CMake: Add option to use the mold linker
- JIT relocation handling support
- Arm64Emitter: Optimize constants with ADRP and ADR
- Syscalls/Linux: Add guest[Mmap/Munmap]
- Draft: Clean up and document ScopedSignalMask
- Config: Adds code cache config option
- ScopedSignalMask: Add shared mutex support, move constructors
- FEXLoader: Fix create_directories check for aotir .path file writting
- Linux/MemAllocator32Bit: Add missing lock to shmdt, fix error returns