1705 Commits (a4a1ce766d9ac0284e4bb28a1c3f7f0f3d1a6204)
 

Author SHA1 Message Date
Chin a4a1ce766d AppVeyor: Sanitize the file name before uploading 11 years ago
chinhodado 9121a5db1a AppVeyor: Change to release build instead of debug 11 years ago
chinhodado d7ed08b153 AppVeyor: Upload build to Mega upon build completion 11 years ago
bunnei cc34462b71 Merge pull request #410 from chinhodado/cleanup 11 years ago
bunnei 006c0c88a4 Merge pull request #505 from lioncash/cl 11 years ago
Lioncash e09fb7becc vfp: Clean up vertical alignment for instructions 11 years ago
bunnei a461c1d8d2 Merge pull request #502 from archshift/patch-1 11 years ago
archshift 92a75df9b1 cam_u.h: fix indentation 11 years ago
bunnei 92550013cf Merge pull request #493 from archshift/ptmplay 11 years ago
bunnei 9f501c55f9 Merge pull request #501 from lioncash/clean 11 years ago
Lioncash 8810dfe1de dyncom: Minor cleanup 11 years ago
bunnei 24a63662ba Merge pull request #495 from bunnei/fix-waitsynch 11 years ago
bunnei 731154f79e WaitSynchronization: Added a result code for invalid result, fixed bug. 11 years ago
bunnei 68ddaaa2f5 Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup. 11 years ago
bunnei 4255f25647 Thread: Use std::find in CheckWait_WaitObject. 11 years ago
bunnei 2f3020a102 Mutex: Cleanup and remove redundant code. 11 years ago
bunnei f09806aed2 Kernel: Renamed some functions for clarity. 11 years ago
bunnei 15b6a4d9ad Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. 11 years ago
bunnei c68eb15695 WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. 11 years ago
bunnei 69c5830ef2 Event: Fix implementation of "non-sticky" events. 11 years ago
bunnei 9e6ec3b6cd Session: Change to a WaitObject. 11 years ago
bunnei d2759c578e Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs. 11 years ago
bunnei dde02f79af Mutex: Fix a bug where the thread should not wait if it already has the mutex. 11 years ago
bunnei 9412996c8f Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObject safely. 11 years ago
bunnei c06d64528a SVC: Removed a Sleep that made no sense 11 years ago
bunnei 254e4ebd58 AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense. 11 years ago
bunnei e5a9f1c644 Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. 11 years ago
bunnei 6deb1a0119 WaitSynchronizationN: Improved comments 11 years ago
bunnei 6643673f28 WaitSynchronizationN: Refactor to fix several bugs 11 years ago
bunnei aa01c57ae9 Kernel: Separate WaitSynchronization into Wait and Acquire methods. 11 years ago
bunnei 627e96fc15 WaitSynchronizationN: Handle case where handles=nullptr. 11 years ago
bunnei f5c6d367c9 WaitSynchronizationN: Handle case where handle_count is invalid. 11 years ago
bunnei 064be2b86f WaitSynchronizationN: Handle case where handle_count=0. 11 years ago
bunnei 7faf2d8e06 WaitSynchronizationN: Implement return values 11 years ago
bunnei e4a5d8ad4f Event: Fixed some bugs and cleanup (Subv) 11 years ago
bunnei 1f7a04f05a Thread: Keep track of multiple wait objects. 11 years ago
bunnei 14cbbf4d9b Event: Get rid of permanent_lock hack. 11 years ago
bunnei 5e77e2e1de WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup. 11 years ago
bunnei c22bac6398 Kernel: Added WaitObject and changed "waitable" objects inherit from it. 11 years ago
bunnei 0c7498545f Merge pull request #491 from archshift/hidspvr 11 years ago
archshift 1f109c6b49 Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 11 years ago
archshift a68dda6328 Stubbed cam:u service 11 years ago
archshift 7516ceaf93 Stubbed ptm:play service 11 years ago
Tony Wasserka 8946df97b5 Merge pull request #429 from Kingcom/titlebar 11 years ago
Kingcom 76c74ffc96 citra-qt: Add option to hide dock widget title bars 11 years ago
bunnei 8571befc64 Merge pull request #498 from lioncash/statics 11 years ago
bunnei 7c21b80236 Merge pull request #499 from lioncash/docs 11 years ago
Lioncash a3f5e5605c core: Fix a few docstrings 11 years ago
Lioncash bfef0aa07e core_timing: Mark several variables as static 11 years ago
bunnei cbbe9e1500 Merge pull request #492 from archshift/apt 11 years ago