aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Services: Stub some functionsGravatar purpasmart962015-02-07
|
* Merge pull request #516 from lioncash/cleanupGravatar bunnei2015-01-30
|\ | | | | ARM: More cleanup.
| * dyncom: clean up arm_dyncom_dec.hGravatar Lioncash2015-01-30
| |
| * arm: Move headers over to pragma onceGravatar Lioncash2015-01-30
| |
| * arm: Get rid of armcpu.h and skyeye_types.hGravatar Lioncash2015-01-30
| |
| * arm: Clean out armos.h and armmmu.hGravatar Lioncash2015-01-30
|/
* Merge pull request #513 from lioncash/cleanupGravatar bunnei2015-01-30
|\ | | | | arm: Cleanup.
* \ Merge pull request #511 from lioncash/warningsGravatar bunnei2015-01-30
|\ \ | | | | | | Fix a few warnings.
| | * arm: Throw out a lot of unnecessary codeGravatar Lioncash2015-01-30
| | |
| | * armdefs: Move some defines over to enumsGravatar Lioncash2015-01-30
| |/ |/|
| * loader: Add missing printf argumentGravatar Lioncash2015-01-30
| |
| * archive: Fix initializer list order for the File class.Gravatar Lioncash2015-01-30
| |
| * apt_u: Fix missing printf specifiersGravatar Lioncash2015-01-30
|/
* Merge pull request #503 from yuriks/kernel-lifetime4Gravatar Tony Wasserka2015-01-30
|\ | | | | Kernel Lifetime Reform Pt. 4
| * Kernel: Mark all appropriate kernel objects as "final"Gravatar Yuri Kunde Schlesner2015-01-30
| |
| * SVC: Use CASCADE_RESULT in SVC handlersGravatar Yuri Kunde Schlesner2015-01-30
| |
| * Remove result.h InvalidHandleGravatar Yuri Kunde Schlesner2015-01-30
| | | | | | | | | | It was only being used in two places, where it was replaced by a local constant.
| * SVC: Change return type of handlers to ResultCodeGravatar Yuri Kunde Schlesner2015-01-30
| |
| * Kernel: Convert Event to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
| |
| * Kernel: Convert Timer to (mostly) not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
| |
| * Kernel: Convert Mutex to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
| |
| * Kernel: Convert AddressArbiter to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
| |
| * Kernel: Convert Semaphore to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
| |
| * Kernel: Convert SharedMemory to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
| |
| * Common: Fix SCOPE_EXIT to actually create unique identifiers.Gravatar Yuri Kunde Schlesner2015-01-30
| |
| * Additions to ResultVal to make it more convenient to use.Gravatar Yuri Kunde Schlesner2015-01-30
| |
| * Move VAddr/PAddr typedefs to kernel.hGravatar Yuri Kunde Schlesner2015-01-30
| |
| * Kernel: Remove useless/duplicated comments; mark functions staticGravatar Yuri Kunde Schlesner2015-01-30
|/
* Merge pull request #412 from purpasmart96/svc_table_cleanupGravatar bunnei2015-01-28
|\ | | | | SVC: Update the SVC function table
* \ Merge pull request #510 from bunnei/pica_color_enableGravatar bunnei2015-01-28
|\ \ | | | | | | Pica: Implement color/alpha channel enable.
| * | Pica: Implement color/alpha channel enable.Gravatar bunnei2015-01-27
|/ /
* | Merge pull request #507 from bunnei/alpha-testingGravatar bunnei2015-01-27
|\ \ | | | | | | Alpha testing
| * | Rasterizer: Implemented alpha testing.Gravatar bunnei2015-01-27
|/ /
* | Merge pull request #508 from lioncash/dynGravatar bunnei2015-01-27
|\ \ | | | | | | dyncom: Minor cleanup
| * | dyncom: Minor cleanupGravatar Lioncash2015-01-27
|/ / | | | | | | Narrow scopes for the instruction variables. Remove unnecessary parentheses.
| * SVC: Update the SVC function tableGravatar purpasmart962015-01-26
| |
* | Merge pull request #345 from purpasmart96/apt_stubsGravatar bunnei2015-01-26
|\ \ | | | | | | APT_U: Stub some functions & misc changes
* | | Update vfp.cppGravatar bunnei2015-01-26
| | | | | | | | | VFP: Changed a debug log to trace.
* | | Merge pull request #506 from bunnei/depth-functionsGravatar Tony Wasserka2015-01-26
|\ \ \ | | | | | | | | GPU: Implement the remaining depth testing functions.
| * | | GPU: Implement the remaining depth testing functions.Gravatar bunnei2015-01-25
|/ / /
* | | Merge pull request #484 from chinhodado/buildGravatar bunnei2015-01-25
|\ \ \ | | | | | | | | AppVeyor: Upload build to Mega upon build completion
* \ \ \ Merge pull request #485 from Subv/more_servsGravatar bunnei2015-01-25
|\ \ \ \ | | | | | | | | | | Services: Stubbed more services.
| | * | | AppVeyor: Use Citra's Mega accountGravatar Chin2015-01-24
| | | | |
| * | | | Services/HID: Removed some files due to a rebase errorGravatar Subv2015-01-24
| | | | |
| * | | | Services: Stubbed more services.Gravatar Subv2015-01-24
| | | | | | | | | | | | | | | | | | | | Implemented FSUser::CreateExtSaveData
| | * | | AppVeyor: Add qwindows.dll to the buildGravatar Chin2015-01-24
| | | | |
| | * | | AppVeyor: Sanitize the file name before uploadingGravatar Chin2015-01-24
| | | | |
| | * | | AppVeyor: Change to release build instead of debugGravatar chinhodado2015-01-24
| | | | |
| | * | | AppVeyor: Upload build to Mega upon build completionGravatar chinhodado2015-01-24
| |/ / / |/| | |
* | | | Merge pull request #410 from chinhodado/cleanupGravatar bunnei2015-01-24
|\ \ \ \ | | | | | | | | | | Cleanup: Logging in Core