Age | Commit message (Collapse) | Author |
|
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
|
|
|
|
|
|
|
|
|
|
|
The static meant that after the first execution, these lambda context
would be pointing to a random location on the stack. Fixes a random
crash when using the interpreter.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Switch to readdir() from readdir_r()
|
|
|
|
|
|
|
|
codec: Fix ADPCM distortion caused by incorrect nibble order
|
|
Closes #2049.
Signed-off-by: MerryMage <MerryMage@users.noreply.github.com>
|
|
|
|
Qt graphics configure & V-Sync option
|
|
|
|
|
|
stretching on and off
|
|
std::vector
|
|
|
|
Auto-detect original shared_font.bin memory base
|
|
|
|
|
|
|
|
|
|
|
|
Implemented CRO
|
|
fix #1942 and add a few IPC functions for descriptors
|
|
|
|
|
|
|
|
This allows a file dumped from either an o3DS or a n3DS (and potentially
even an original unrebased file) to be used.
|
|
In the case when RD === RN, RD was updated before AddOverflow was called
to check for an overflow, resulting in an incorrect state of the Q flag.
|
|
|
|
|
|
|
|
|
|
Correct APT::0x00550040 and APT::0x00560000 function
|
|
font file
|
|
dyncom: Fix translation of thumb REVSH
|
|
|
|
CMake: Fix Info.plist template for citra_qt/OSX
|