Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
The Info.plist template incorrectly uses parentheses instead of curly braces,
which means that building the .app bundle using regular 'make' results in the
variable not being replaced, and hence the app bundle won't start because the
executable name is incorrect.
This commit fixes this issue.
|
|
|