- Feb 02, 2015
-
-
Yuri Kunde Schlesner authored
They're finally unnecessary, and will stop cluttering the application's handle table.
-
Yuri Kunde Schlesner authored
During normal operation, a thread waiting on an WaitObject and the object hold mutual references to each other for the duration of the wait. If a process is forcefully terminated (The CTR kernel has a SVC to do this, TerminateProcess, though no equivalent exists for threads.) its threads would also be stopped and destroyed, leaving dangling pointers in the WaitObjects. The solution is to simply have the Thread remove itself from WaitObjects when it is stopped. The vector of Threads in WaitObject has also been changed to hold SharedPtrs, just in case. (Better to have a reference cycle than a crash.)
-
Yuri Kunde Schlesner authored
This should speed up compile times a bit, as well as enable more liberal use of forward declarations. (Due to SharedPtr not trying to emit the destructor anymore.)
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
This is to support the removal of GetHandle soon
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Uses less memory (strings and function table is stored in constant data) and speeds up start up (no need to allocate and copy strings).
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
- Feb 01, 2015
-
-
Tony Wasserka authored
Pica: Implement blend factors.
-
bunnei authored
Silence a few warnings.
-
bunnei authored
vfp: Get rid of some compile warnings
-
bunnei authored
arm: Clean up ARMul_State
-
Lioncash authored
-
Lioncash authored
Remove unnecessary/unused struct variables.
-
bunnei authored
arm: Adios armemu
-
Lioncash authored
-
- Jan 31, 2015
-
-
Tony Wasserka authored
shared_memory: Fix assignments in SharedMemory::Map
-
bunnei authored
-
- Jan 30, 2015