Age | Commit message (Collapse) | Author |
|
FS: implement DeleteDirectoryRecursively
|
|
GPU: DisplayTransfer & MemoryFill cleanup and param check
|
|
|
|
|
|
Fixes #1938
|
|
the old implementation modifies the loop variable in the loop. Though it actually works, it is really confusing. Makes it morereadable now.
|
|
previous commits changes the behaviour of interrupt when meeting invalid params. Regresses to the same behaviour as before
needs more hwtest
|
|
prevent further operation with invalid values which may cause assertion failure or divided by zero.
needs more hwtest
|
|
RasterizerCachedMemory doesn't has pointer but should be considered as valid
|
|
The old code indented too much to read. Split into functions and do general cleanup.
|
|
|
|
|
|
|
|
|
|
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
|