Commit Graph

2137 Commits (e3eba48596430534b28a30254e69e0f35cbb03fb)
 

Author SHA1 Message Date
Yuri Kunde Schlesner 44f90340dc SVC: Change return type of handlers to ResultCode 10 years ago
Yuri Kunde Schlesner d52d859936 Kernel: Convert Event to not use Handles 10 years ago
Yuri Kunde Schlesner ad80ff1e32 Kernel: Convert Timer to (mostly) not use Handles 10 years ago
Yuri Kunde Schlesner 882b6fed75 Kernel: Convert Mutex to not use Handles 10 years ago
Yuri Kunde Schlesner 38e7122f23 Kernel: Convert AddressArbiter to not use Handles 10 years ago
Yuri Kunde Schlesner d9b19be1d9 Kernel: Convert Semaphore to not use Handles 10 years ago
Yuri Kunde Schlesner 4bb33dfc30 Kernel: Convert SharedMemory to not use Handles 10 years ago
Yuri Kunde Schlesner fc11aff955 Common: Fix SCOPE_EXIT to actually create unique identifiers. 10 years ago
Yuri Kunde Schlesner afc416c607 Additions to ResultVal to make it more convenient to use. 10 years ago
Yuri Kunde Schlesner b5ee4f9df9 Move VAddr/PAddr typedefs to kernel.h 10 years ago
Yuri Kunde Schlesner 9a345de2bd Kernel: Remove useless/duplicated comments; mark functions static 10 years ago
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