- 08 Feb, 2015 1 commit
-
-
bunnei authored
Fix a wrong file name in a comment
-
- 07 Feb, 2015 1 commit
-
-
chinhodado authored
-
- 06 Feb, 2015 3 commits
- 05 Feb, 2015 3 commits
-
-
Tony Wasserka authored
Implement color/alpha modifiers
-
bunnei authored
-
bunnei authored
-
- 04 Feb, 2015 4 commits
-
-
bunnei authored
vfp: Fix VCVT
-
bunnei authored
vfp: Throw out unused code
-
Lioncash authored
These variants exclusively read from the single precision regs and write to double-precision registers Fixes issues where converted values would be way off from what they should be due to the results being stored in the wrong registers.
-
Lioncash authored
-
- 03 Feb, 2015 8 commits
-
-
Tony Wasserka authored
Disassembler improvements
-
Tony Wasserka authored
citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint.
-
Tony Wasserka authored
-
bunnei authored
dyncom: Remove more unnecessary code
-
Lioncash authored
-
bunnei authored
CMake: Inform the user when architecture auto-detection fails
-
bunnei authored
core: Fix some warnings on OSX
-
Lioncash authored
-
- 02 Feb, 2015 19 commits
-
-
bunnei authored
Kernel Lifetime Reform Pt. 5: The Reckoning
-
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
-
- 01 Feb, 2015 1 commit
-
-
Tony Wasserka authored
Pica: Implement blend factors.
-