1721 Commits (b522cf4e6a77d025eab4f70c1efdbc401f08e15b)
 

Author SHA1 Message Date
bunnei b522cf4e6a Pica: Implement color/alpha channel enable. 11 years ago
bunnei 9f93367aa0 Merge pull request #507 from bunnei/alpha-testing 11 years ago
bunnei b2c55bf772 Rasterizer: Implemented alpha testing. 11 years ago
bunnei b101e6312f Merge pull request #508 from lioncash/dyn 11 years ago
Lioncash 7a3e371141 dyncom: Minor cleanup 11 years ago
bunnei 326c451758 Merge pull request #345 from purpasmart96/apt_stubs 11 years ago
bunnei 547737f720 Update vfp.cpp 11 years ago
Tony Wasserka 0cf3c40aa9 Merge pull request #506 from bunnei/depth-functions 11 years ago
bunnei ff83d23ed5 GPU: Implement the remaining depth testing functions. 11 years ago
bunnei ad666ac47a Merge pull request #484 from chinhodado/build 11 years ago
bunnei e7dd4d34aa Merge pull request #485 from Subv/more_servs 11 years ago
Chin cb39f92e6c AppVeyor: Use Citra's Mega account 11 years ago
Subv 2ea60bdc7f Services/HID: Removed some files due to a rebase error 11 years ago
Subv c2e9990149 Services: Stubbed more services. 11 years ago
Chin 88627fae0c AppVeyor: Add qwindows.dll to the build 11 years ago
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
purpasmart96 2dd23b6467 APT_U: Stub some functions & misc changes 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