- Dec 14, 2016
-
-
Subv authored
-
- Dec 10, 2016
-
-
Subv authored
-
- Dec 09, 2016
-
-
Subv authored
Define a variable with the value of the sync timeout error code. Use a boost::flat_map instead of an unordered_map to hold the equivalence of objects and wait indices in a WaitSynchN call.
-
- Dec 07, 2016
- Dec 04, 2016
-
-
Subv authored
-
Subv authored
Threads will now be awakened when the objects they're waiting on are signaled, instead of repeating the WaitSynchronization call every now and then. The scheduler is now called once after every SVC call, and once after a thread is awakened from sleep by its timeout callback. This new implementation is based off reverse-engineering of the real kernel. See https://gist.github.com/Subv/02f29bd9f1e5deb7aceea1e8f019c8f4 for a more detailed description of how the real kernel handles rescheduling.
-
- Dec 01, 2016
-
-
Mat M authored
Remove unused version.h in citra_qt
-
Jannik Vogel authored
-
- Nov 30, 2016
-
-
Yuri Kunde Schlesner authored
Move WINVER definition to cmake and a bit of cleanup
-
Sebastian Valle authored
dynarmic: Fix ABI violation
-
MerryMage authored
Caused by not saving/restoring the x64 r15 register on entry/exit from JITted code. Closes #2224.
-
wwylele authored
ClangFormat: Fixed the clang-format errors
-
freiro authored
-
freiro authored
-
Subv authored
-
Sebastian Valle authored
Set client SDK version to Service APIs
-
mailwl authored
-
bunnei authored
Build: Fixed a few warnings.
-
James Rowe authored
-
- Nov 29, 2016
-
-
Subv authored
-
- Nov 28, 2016
-
-
Yuri Kunde Schlesner authored
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
-
Yuri Kunde Schlesner authored
Remove the broken frame_skip option
-
- Nov 27, 2016
-
-
Sebastian Valle authored
Correct FS error codes & add path boundary checks
-
Subv authored
3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849
-
Yuri Kunde Schlesner authored
Rasterizer/Memfill: Set the correct stencil write mask when clearing the stencil buffer.
-
Emmanuel Gil Peyrot authored
Fixes #1960.
-
Subv authored
-
Subv authored
-
Sebastian Valle authored
MIC_U: Stub service funcions
-
- Nov 26, 2016
-
-
Yuri Kunde Schlesner authored
Change "user" folder default location to AppData/Roaming/ on Windows systems
-
freiro authored
-
Yuri Kunde Schlesner authored
dynarmic: Add ticks based on ticks executed, not ticks requested
-
MerryMage authored
-
freiro authored
-
- Nov 25, 2016
-
-
mailwl authored
-
mailwl authored
-
Yuri Kunde Schlesner authored
Expose page table to dynarmic for optimized reads and writes to the JIT
-
James Rowe authored
-
Yuri Kunde Schlesner authored
Travis: Remove build uploading
-