Commit Graph

1746 Commits (88a62b671b6825020efb9084a0abb7aa431d576b)
 

Author SHA1 Message Date
bunnei 88a62b671b Merge pull request from lioncash/cleanup
arm: Cleanup.
bunnei c8c3a94b20 Merge pull request from lioncash/warnings
Fix a few warnings.
Lioncash 09a66860e2 arm: Throw out a lot of unnecessary code
Lioncash 3dfef1701c armdefs: Move some defines over to enums
Lioncash 0c4685ca12 loader: Add missing printf argument
Lioncash 551264f815 archive: Fix initializer list order for the File class.
Lioncash 0c53cc52bd apt_u: Fix missing printf specifiers
Tony Wasserka 28702cbfeb Merge pull request from yuriks/kernel-lifetime4
Kernel Lifetime Reform Pt. 4
Yuri Kunde Schlesner d917a9bf77 Kernel: Mark all appropriate kernel objects as "final"
Yuri Kunde Schlesner 58b544db99 SVC: Use CASCADE_RESULT in SVC handlers
Yuri Kunde Schlesner 09ae6e1fa3 Remove result.h InvalidHandle
It was only being used in two places, where it was replaced by a local
constant.
Yuri Kunde Schlesner 44f90340dc SVC: Change return type of handlers to ResultCode
Yuri Kunde Schlesner d52d859936 Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner ad80ff1e32 Kernel: Convert Timer to (mostly) not use Handles
Yuri Kunde Schlesner 882b6fed75 Kernel: Convert Mutex to not use Handles
Yuri Kunde Schlesner 38e7122f23 Kernel: Convert AddressArbiter to not use Handles
Yuri Kunde Schlesner d9b19be1d9 Kernel: Convert Semaphore to not use Handles
Yuri Kunde Schlesner 4bb33dfc30 Kernel: Convert SharedMemory to not use Handles
Yuri Kunde Schlesner fc11aff955 Common: Fix SCOPE_EXIT to actually create unique identifiers.
Yuri Kunde Schlesner afc416c607 Additions to ResultVal to make it more convenient to use.
Yuri Kunde Schlesner b5ee4f9df9 Move VAddr/PAddr typedefs to kernel.h
Yuri Kunde Schlesner 9a345de2bd Kernel: Remove useless/duplicated comments; mark functions static
bunnei 206cabc0e4 Merge pull request from purpasmart96/svc_table_cleanup
SVC: Update the SVC function table
bunnei 8d4c6a1d5e Merge pull request from bunnei/pica_color_enable
Pica: Implement color/alpha channel enable.
bunnei b522cf4e6a Pica: Implement color/alpha channel enable.
bunnei 9f93367aa0 Merge pull request from bunnei/alpha-testing
Alpha testing
bunnei b2c55bf772 Rasterizer: Implemented alpha testing.
bunnei b101e6312f Merge pull request from lioncash/dyn
dyncom: Minor cleanup
Lioncash 7a3e371141 dyncom: Minor cleanup
Narrow scopes for the instruction variables. Remove unnecessary parentheses.
purpasmart96 62f4365db1 SVC: Update the SVC function table
bunnei 326c451758 Merge pull request from purpasmart96/apt_stubs
APT_U: Stub some functions & misc changes
bunnei 547737f720 Update vfp.cpp
VFP: Changed a debug log to trace.
Tony Wasserka 0cf3c40aa9 Merge pull request from bunnei/depth-functions
GPU: Implement the remaining depth testing functions.
bunnei ff83d23ed5 GPU: Implement the remaining depth testing functions.
bunnei ad666ac47a Merge pull request from chinhodado/build
AppVeyor: Upload build to Mega upon build completion
bunnei e7dd4d34aa Merge pull request from Subv/more_servs
Services: Stubbed more services.
Chin cb39f92e6c AppVeyor: Use Citra's Mega account
Subv 2ea60bdc7f Services/HID: Removed some files due to a rebase error
Subv c2e9990149 Services: Stubbed more services.
Implemented FSUser::CreateExtSaveData
Chin 88627fae0c AppVeyor: Add qwindows.dll to the build
Chin a4a1ce766d AppVeyor: Sanitize the file name before uploading
chinhodado 9121a5db1a AppVeyor: Change to release build instead of debug
chinhodado d7ed08b153 AppVeyor: Upload build to Mega upon build completion
bunnei cc34462b71 Merge pull request from chinhodado/cleanup
Cleanup: Logging in Core
bunnei 006c0c88a4 Merge pull request from lioncash/cl
vfp: Clean up vertical alignment for instructions
Lioncash e09fb7becc vfp: Clean up vertical alignment for instructions
purpasmart96 2dd23b6467 APT_U: Stub some functions & misc changes
bunnei a461c1d8d2 Merge pull request from archshift/patch-1
cam_u.h: fix indentation
archshift 92a75df9b1 cam_u.h: fix indentation
Withholding my profanity towards Xcode.
bunnei 92550013cf Merge pull request from archshift/ptmplay
Stubbed some services