- May 28, 2016
-
-
MerryMage authored
-
- May 16, 2016
-
-
Maribel authored
-
- May 07, 2016
-
-
Alexander Laties authored
-
- Apr 27, 2016
- Apr 24, 2016
-
-
MerryMage authored
-
- Mar 13, 2016
-
-
Lioncash authored
-
- Mar 12, 2016
-
-
Lioncash authored
-
- Mar 06, 2016
- Feb 21, 2016
-
-
MerryMage authored
This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation.
-
- Feb 02, 2016
-
-
Lioncash authored
-
- Dec 30, 2015
-
-
Lioncash authored
-
- Sep 16, 2015
-
-
Lioncash authored
-
- 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.
-
- May 09, 2015
-
-
Yuri Kunde Schlesner authored
-
- May 07, 2015
-
-
Yuri Kunde Schlesner authored
-
- May 01, 2015
-
-
bunnei authored
-
- Apr 28, 2015
-
-
purpasmart96 authored
along with more info being logged.
-
- Apr 03, 2015
-
-
purpasmart96 authored
-
- Feb 13, 2015
-
-
Lioncash authored
-
- Feb 11, 2015
-
-
archshift authored
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
-
- Feb 08, 2015
-
-
purpasmart96 authored
-
- Feb 02, 2015
-
-
Yuri Kunde Schlesner authored
They're finally unnecessary, and will stop cluttering the application's handle table.
-
Yuri Kunde Schlesner authored
-
- Jan 30, 2015
-
-
Yuri Kunde Schlesner authored
-
- Jan 15, 2015
-
-
bunnei authored
-
- Jan 05, 2015
-
-
bunnei authored
- Hack to work around games checking that the DSP event has been signaled by a real DSP interrupt.
-
- Dec 26, 2014
-
-
purpasmart96 authored
-
- Dec 21, 2014
-
-
purpasmart96 authored
-
- Dec 15, 2014
-
-
Yuri Kunde Schlesner authored
This is a first step at fixing the conceptual insanity that is our handling of service and IPC calls. For now, interfaces still directly derived from Session because we don't have the infrastructure to do it properly. (That is, Processes and scheduling them.)
-
- Dec 13, 2014
-
-
Yuri Kunde Schlesner authored
-
- Dec 12, 2014
-
-
bunnei authored
-
- Dec 04, 2014
-
-
archshift authored
Should theoretically push retail stuff further along
-
- Dec 01, 2014
-
-
bunnei authored
-
- Nov 21, 2014
-
-
purpasmart96 authored
in the service's headers
-
- Nov 01, 2014
-
-
purpasmart96 authored
-