- Jan 12, 2015
- Jan 11, 2015
-
-
bunnei authored
SVC: Wake up the thread after the delay in WaitSync1
-
bunnei authored
dyncom: Fix conditional execution of MSR
-
Lioncash authored
-
Tony Wasserka authored
Replace OnCpuStepped signal
-
Kingcom authored
-
bunnei authored
Add appveyor.yml for AppVeyor support
-
bunnei authored
Thread: Prevent waking a thread multiple times.
-
chinhodado authored
-
Subv authored
If a thread was woken up by something, cancel the wakeup timeout.
-
Chin authored
-
bunnei authored
citra-qt: Fixed some Qt errors on initialization
-
Subv authored
-
bunnei authored
Stubbed y2r:u IsBusyConversion
-
archshift authored
There is no documentation available on this function, but we set the result to false as a stub. This allows Super Little Acorns to move all the way in game with pp3c.
-
bunnei authored
Small additions and fixes to logging
-
bunnei authored
Revert "Travis: Enable caching of dependencies"
-
chinhodado authored
-
- Jan 10, 2015
-
-
archshift authored
-
archshift authored
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
-
bunnei authored
CMake: Consistently set _DEBUG and NDEBUG in all platforms
-
Subv authored
-
Yuri Kunde Schlesner authored
-
Subv authored
-
bunnei authored
Kernel Lifetime Reform Pt. 3
-
bunnei authored
-
bunnei authored
Build improvements
-
- Jan 09, 2015
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
bunnei authored
Cleanup: Remove redundant /Oi flag
-
bunnei authored
Kernel Lifetime Reform Pt. 2
-
bunnei authored
Warn if a new thread is intended to be run on the system CPU core
-
chinhodado authored
`/Oi` is included in `/Ox` already
-
bunnei authored
CMake: Enable VS parallel builds for a good reduction in compile times
-
Johannes Ekberg authored
-
Johannes Ekberg authored
Passing -pthread to GCC as a flag makes it both link to libpthread, and make C standard library routines reentrant. This makes the additional explicit links unnecessary. Additionally, on OSX, this is the default behavior, and clang will print a message about it being unused if it's present there.
-