Commit Graph

1799 Commits (1576a318f2c059305364f0e5de81aab80094a610)
 

Author SHA1 Message Date
Rohit Nirmal 5ebf35db96 Silence a few warnings. 10 years ago
bunnei c8c3a94b20 Merge pull request #511 from lioncash/warnings
Fix a few warnings.
10 years ago
Lioncash 09a66860e2 arm: Throw out a lot of unnecessary code 10 years ago
Lioncash 3dfef1701c armdefs: Move some defines over to enums 10 years ago
Lioncash 96c174aed4 shared_memory: Fix assignments in SharedMemory::Map 10 years ago
Lioncash 0c4685ca12 loader: Add missing printf argument 10 years ago
Lioncash 551264f815 archive: Fix initializer list order for the File class. 10 years ago
Lioncash 0c53cc52bd apt_u: Fix missing printf specifiers 10 years ago
Tony Wasserka 28702cbfeb Merge pull request #503 from yuriks/kernel-lifetime4
Kernel Lifetime Reform Pt. 4
10 years ago
Yuri Kunde Schlesner d917a9bf77 Kernel: Mark all appropriate kernel objects as "final" 10 years ago
Yuri Kunde Schlesner 58b544db99 SVC: Use CASCADE_RESULT in SVC handlers 10 years ago
Yuri Kunde Schlesner 09ae6e1fa3 Remove result.h InvalidHandle
It was only being used in two places, where it was replaced by a local
constant.
10 years ago
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