summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-30Remove result.h InvalidHandleYuri Kunde Schlesner
It was only being used in two places, where it was replaced by a local constant.
2015-01-30SVC: Change return type of handlers to ResultCodeYuri Kunde Schlesner
2015-01-30Kernel: Convert Event to not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert Timer to (mostly) not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert Mutex to not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert AddressArbiter to not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert Semaphore to not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner
2015-01-30Common: Fix SCOPE_EXIT to actually create unique identifiers.Yuri Kunde Schlesner
2015-01-30Additions to ResultVal to make it more convenient to use.Yuri Kunde Schlesner
2015-01-30Move VAddr/PAddr typedefs to kernel.hYuri Kunde Schlesner
2015-01-30Kernel: Remove useless/duplicated comments; mark functions staticYuri Kunde Schlesner
2015-01-28Merge pull request #412 from purpasmart96/svc_table_cleanupbunnei
SVC: Update the SVC function table
2015-01-28Merge pull request #510 from bunnei/pica_color_enablebunnei
Pica: Implement color/alpha channel enable.
2015-01-27Pica: Implement color/alpha channel enable.bunnei
2015-01-27Merge pull request #507 from bunnei/alpha-testingbunnei
Alpha testing
2015-01-27Rasterizer: Implemented alpha testing.bunnei
2015-01-27Merge pull request #508 from lioncash/dynbunnei
dyncom: Minor cleanup
2015-01-27dyncom: Minor cleanupLioncash
Narrow scopes for the instruction variables. Remove unnecessary parentheses.
2015-01-26SVC: Update the SVC function tablepurpasmart96
2015-01-26Merge pull request #345 from purpasmart96/apt_stubsbunnei
APT_U: Stub some functions & misc changes
2015-01-26Update vfp.cppbunnei
VFP: Changed a debug log to trace.
2015-01-26Merge pull request #506 from bunnei/depth-functionsTony Wasserka
GPU: Implement the remaining depth testing functions.
2015-01-25GPU: Implement the remaining depth testing functions.bunnei
2015-01-25Merge pull request #484 from chinhodado/buildbunnei
AppVeyor: Upload build to Mega upon build completion
2015-01-25Merge pull request #485 from Subv/more_servsbunnei
Services: Stubbed more services.
2015-01-24AppVeyor: Use Citra's Mega accountChin
2015-01-24Services/HID: Removed some files due to a rebase errorSubv
2015-01-24Services: Stubbed more services.Subv
Implemented FSUser::CreateExtSaveData
2015-01-24AppVeyor: Add qwindows.dll to the buildChin
2015-01-24AppVeyor: Sanitize the file name before uploadingChin
2015-01-24AppVeyor: Change to release build instead of debugchinhodado
2015-01-24AppVeyor: Upload build to Mega upon build completionchinhodado
2015-01-24Merge pull request #410 from chinhodado/cleanupbunnei
Cleanup: Logging in Core
2015-01-23Merge pull request #505 from lioncash/clbunnei
vfp: Clean up vertical alignment for instructions
2015-01-23vfp: Clean up vertical alignment for instructionsLioncash
2015-01-22APT_U: Stub some functions & misc changespurpasmart96
2015-01-22Merge pull request #502 from archshift/patch-1bunnei
cam_u.h: fix indentation
2015-01-22cam_u.h: fix indentationarchshift
Withholding my profanity towards Xcode.
2015-01-22Merge pull request #493 from archshift/ptmplaybunnei
Stubbed some services
2015-01-22Merge pull request #501 from lioncash/cleanbunnei
dyncom: Minor cleanup
2015-01-22dyncom: Minor cleanupLioncash
Removes some unused macros and cleans up indentation inconsistencies
2015-01-21Merge pull request #495 from bunnei/fix-waitsynchbunnei
Fix WaitSynchronization
2015-01-21WaitSynchronization: Added a result code for invalid result, fixed bug.bunnei
2015-01-21Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup.bunnei
2015-01-21Thread: Use std::find in CheckWait_WaitObject.bunnei
2015-01-21Mutex: Cleanup and remove redundant code.bunnei
2015-01-21Kernel: Renamed some functions for clarity.bunnei
- ReleaseNextThread->WakeupNextThread - ReleaseAllWaitingThreads->WakeupAllWaitingThreads.
2015-01-21Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.bunnei
2015-01-21WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" ↵bunnei
pure virtual.