- Jul 26, 2015
- Jul 25, 2015
- Jul 24, 2015
-
-
Yuri Kunde Schlesner authored
Verified to be what GSP does via REing. Fixes invalid virt->phys translation error spam in some games.
-
- Jul 23, 2015
-
-
Subv authored
* IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip
-
- Jul 21, 2015
-
-
Subv authored
Namely OpenFileDirectly, OpenDirectory and OpenArchive
-
Lioncash authored
Previously it would just re-read the already decoded instruction and extract the immediate value.
-
Subv authored
Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver
-
Subv authored
-
- Jul 20, 2015
- Jul 19, 2015
- Jul 18, 2015
-
-
Yuri Kunde Schlesner authored
-
- Jul 17, 2015
-
-
Subv authored
-
Subv authored
-
zawata authored
"signed/unsigned mismatch"
-
Yuri Kunde Schlesner authored
This commit fixes several kernel object leaks. The most severe of them was threads not being removed from the private handle table used for CoreTiming events. This resulted in Threads never being released, which in turn held references to Process, causing CodeSets to never be freed when loading other applications.
-
Lioncash authored
Also a side-benefit of not having implementation-defined behavior.
-
- Jul 14, 2015
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Buffer lengths should be size_t, and file offsets should be u64.
-
- Jul 13, 2015
-
-
Yuri Kunde Schlesner authored
-
condut authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still).
-
Tony Wasserka authored
-
Tony Wasserka authored
-
- Jul 12, 2015
-
-
Yuri Kunde Schlesner authored
-
Emmanuel Gil Peyrot authored
-
aroulin authored
-
Subv authored
Applets are now cleaned up in AppletUpdateEvent after calling their respective Update method.
-
Yuri Kunde Schlesner authored
The code now properly configures the process image to match the loaded binary segments (code, rodata, data) instead of just blindly allocating a large chunk of dummy memory.
-
Yuri Kunde Schlesner authored
-