Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
ExtractData
An extraction tool for visual novels. Originally developed by Yuu.
-
Wind-Waker-Awesome-Edition
Imagine a texture remake of The Legend of Zelda: The Wind Waker with almost no quality control on textures.
-
cppcheck-configs
Configuration files that allow cppcheck to provide better static analysis results
Python 11
-
GameFormatReader
Library for reading various game formats (mostly Nintendo ones).
-
SidplaySharp
A C# wrapper for libsidplay2 - A library for playing back Commodore 64 tunes.
-
droidsound
7,230 contributions in the last year
Activity overview
Contribution activity
May 2019
Created a pull request in MerryMage/dynarmic that received 4 comments
A32/coprocessor: Remove boost from public interface
Removes a boost header from the public includes in favor of using the standard-provided std::variant. Given we use std::optional in the header alre…
- A32: Implement Thumb-1's CBZ/CBNZ instructions
- A32: Implement ARM-mode MOVW
- A32/location_descriptor: Add AHP bit to the FPSCR mask
- A32: Implement Thumb-1 hint instructions
- A32: Implement Thumb-16's variant of BKPT
- A32: Handle PLDW
- frontend/ir/ir_emitter: Remove unnecessary logical shift overloads
- A32: Rename vfp2-related files to vfp
- A32: Allow hooking of hint instructions in ARM mode.
- A32: Implement ARM-mode CRC32 instructions