- Jul 17, 2015
-
-
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.
-
- Jul 15, 2015
-
-
Tony Wasserka authored
-
Tony Wasserka authored
-
- Jul 14, 2015
-
-
Lectem authored
-
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
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka 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
-
Tony Wasserka authored
-
aroulin authored
-
- Jul 12, 2015
-
-
Yuri Kunde Schlesner authored
-
Emmanuel Gil Peyrot authored
-
Greg Wicks authored
-
Apology11 authored
Visual Studio 2015 defines this in stdio now
-
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
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Subv authored
-
Subv authored
Currently only the SWKBD is emulated, and there's currently no way to ask the user for input, so it always returns "Subv" as the text.
-
- Jul 11, 2015
-
-
Lioncash authored
This isn't used, and there's no implementations of the member functions.
-
- Jul 10, 2015
-
-
Yuri Kunde Schlesner authored
For the signed case, the shifts already remove the rest of the value, so ANDing by the mask is redundant.
-
Yuri Kunde Schlesner authored
Fixes #913
-
- Jul 09, 2015
-
-
Lectem authored
-
Emmanuel Gil Peyrot authored
This will help packaging tremendously, as a `make DESTDIR=… install` will now put every file at their place (on Linux and related).
-
- Jul 07, 2015
-
-
aroulin authored
-