Commit Graph

1724 Commits (206cabc0e4c3f49c548d38ed05cdabf11fcd8bb4)
 

Author SHA1 Message Date
bunnei 206cabc0e4 Merge pull request #412 from purpasmart96/svc_table_cleanup
SVC: Update the SVC function table
10 years ago
bunnei 8d4c6a1d5e Merge pull request #510 from bunnei/pica_color_enable
Pica: Implement color/alpha channel enable.
10 years ago
bunnei b522cf4e6a Pica: Implement color/alpha channel enable. 10 years ago
bunnei 9f93367aa0 Merge pull request #507 from bunnei/alpha-testing
Alpha testing
10 years ago
bunnei b2c55bf772 Rasterizer: Implemented alpha testing. 10 years ago
bunnei b101e6312f Merge pull request #508 from lioncash/dyn
dyncom: Minor cleanup
10 years ago
Lioncash 7a3e371141 dyncom: Minor cleanup
Narrow scopes for the instruction variables. Remove unnecessary parentheses.
10 years ago
purpasmart96 62f4365db1 SVC: Update the SVC function table 10 years ago
bunnei 326c451758 Merge pull request #345 from purpasmart96/apt_stubs
APT_U: Stub some functions & misc changes
10 years ago
bunnei 547737f720 Update vfp.cpp
VFP: Changed a debug log to trace.
10 years ago
Tony Wasserka 0cf3c40aa9 Merge pull request #506 from bunnei/depth-functions
GPU: Implement the remaining depth testing functions.
10 years ago
bunnei ff83d23ed5 GPU: Implement the remaining depth testing functions. 10 years ago
bunnei ad666ac47a Merge pull request #484 from chinhodado/build
AppVeyor: Upload build to Mega upon build completion
10 years ago
bunnei e7dd4d34aa Merge pull request #485 from Subv/more_servs
Services: Stubbed more services.
10 years ago
Chin cb39f92e6c AppVeyor: Use Citra's Mega account 10 years ago
Subv 2ea60bdc7f Services/HID: Removed some files due to a rebase error 10 years ago
Subv c2e9990149 Services: Stubbed more services.
Implemented FSUser::CreateExtSaveData
10 years ago
Chin 88627fae0c AppVeyor: Add qwindows.dll to the build 10 years ago
Chin a4a1ce766d AppVeyor: Sanitize the file name before uploading 10 years ago
chinhodado 9121a5db1a AppVeyor: Change to release build instead of debug 10 years ago
chinhodado d7ed08b153 AppVeyor: Upload build to Mega upon build completion 10 years ago
bunnei cc34462b71 Merge pull request #410 from chinhodado/cleanup
Cleanup: Logging in Core
10 years ago
bunnei 006c0c88a4 Merge pull request #505 from lioncash/cl
vfp: Clean up vertical alignment for instructions
10 years ago
Lioncash e09fb7becc vfp: Clean up vertical alignment for instructions 10 years ago
purpasmart96 2dd23b6467 APT_U: Stub some functions & misc changes 10 years ago
bunnei a461c1d8d2 Merge pull request #502 from archshift/patch-1
cam_u.h: fix indentation
10 years ago
archshift 92a75df9b1 cam_u.h: fix indentation
Withholding my profanity towards Xcode.
10 years ago
bunnei 92550013cf Merge pull request #493 from archshift/ptmplay
Stubbed some services
10 years ago
bunnei 9f501c55f9 Merge pull request #501 from lioncash/clean
dyncom: Minor cleanup
10 years ago
Lioncash 8810dfe1de dyncom: Minor cleanup
Removes some unused macros and cleans up indentation inconsistencies
10 years ago
bunnei 24a63662ba Merge pull request #495 from bunnei/fix-waitsynch
Fix WaitSynchronization
10 years ago
bunnei 731154f79e WaitSynchronization: Added a result code for invalid result, fixed bug. 10 years ago
bunnei 68ddaaa2f5 Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup. 10 years ago
bunnei 4255f25647 Thread: Use std::find in CheckWait_WaitObject. 10 years ago
bunnei 2f3020a102 Mutex: Cleanup and remove redundant code. 10 years ago
bunnei f09806aed2 Kernel: Renamed some functions for clarity.
- ReleaseNextThread->WakeupNextThread
- ReleaseAllWaitingThreads->WakeupAllWaitingThreads.
10 years ago
bunnei 15b6a4d9ad Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. 10 years ago
bunnei c68eb15695 WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. 10 years ago
bunnei 69c5830ef2 Event: Fix implementation of "non-sticky" events. 10 years ago
bunnei 9e6ec3b6cd Session: Change to a WaitObject. 10 years ago
bunnei d2759c578e Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs. 10 years ago
bunnei dde02f79af Mutex: Fix a bug where the thread should not wait if it already has the mutex. 10 years ago
bunnei 9412996c8f Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObject safely. 10 years ago
bunnei c06d64528a SVC: Removed a Sleep that made no sense
- Would deadlock the calling thread
- Code would never get hit anyways
10 years ago
bunnei 254e4ebd58 AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense. 10 years ago
bunnei e5a9f1c644 Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. 10 years ago
bunnei 6deb1a0119 WaitSynchronizationN: Improved comments 10 years ago
bunnei 6643673f28 WaitSynchronizationN: Refactor to fix several bugs
- Separate wait checking from waiting the current thread
- Resume thread when wait_all=true only if all objects are available at once
- Set output to correct wait object index when there are duplicate handles
10 years ago
bunnei aa01c57ae9 Kernel: Separate WaitSynchronization into Wait and Acquire methods. 10 years ago
bunnei 627e96fc15 WaitSynchronizationN: Handle case where handles=nullptr. 10 years ago