- 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.
-
bunnei authored
-
bunnei authored
GSP SetBufferSwap fix
-
bunnei authored
-
- Feb 10, 2015
-
-
bunnei authored
Services: Stub some functions
-
bunnei authored
arm: Remove TRUE/FALSE defines
-
bunnei authored
arm_dyncom_thumb: Make lookup tables static
-
bunnei authored
FS: Allow multiple instances of the same archive type to be open at once
-
Lioncash authored
- Removed the Debug parameter from ARMul_State since it isn't used. - Changed ARMul_CoProInit to a void function. It always returned true.
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Lioncash authored
These don't need to be recreated all the time.
-
bunnei authored
vfp: Normalize accumulator for multiply accumulate instructions
-
bunnei authored
dyncom: Add more regs to MCR/MRC
-
Lioncash authored
Adds the registers that were left out of some coprocessor ranges.
-
Lioncash authored
-
Tony Wasserka authored
Add more blend equations from 3dbrew
-
bunnei authored
Scheduler refactor Pt. 1
-
Kevin Hartman authored
* Simplifies scheduling logic, specifically regarding thread status. It should be much clearer which statuses are valid for a thread at any given point in the system. * Removes dead code from thread.cpp. * Moves the implementation of resetting a ThreadContext to the corresponding core's implementation. Other changes: * Fixed comments in arm interfaces. * Updated comments in thread.cpp * Removed confusing, useless, functions like MakeReady() and ChangeStatus() from thread.cpp. * Removed stack_size from Thread. In the CTR kernel, the thread's stack would be allocated before thread creation.
-
bunnei authored
Mutex/synch fixes
-
bunnei authored
-
bunnei authored
-
Darius Goad authored
-
bunnei authored
vfpdouble: Fix the FTOUI NaN sign setting
-
- Feb 09, 2015
- Feb 08, 2015
-
-
Tony Wasserka authored
Appveyor: Do x64 builds
-
Yuri Kunde Schlesner authored
The submodule update was doing a full clone. Also increase clone depth a bit, since it can apparently cause issues checking out the source if there are too many concurrent PRs trying to build (causing the commit for the build to not be the top one on the repository anymore).
-
Yuri Kunde Schlesner authored
-
bunnei authored
Fix a wrong file name in a comment
-
purpasmart96 authored
-
- Feb 07, 2015
-
-
chinhodado authored
-