| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge pull request #525 from lioncash/armwarn | 2015-02-01 | 2 | -6/+3 | ||
| |\ \ \ \ | ||||||
| | * | | | | vfp: Get rid of some compile warnings | 2015-01-31 | 2 | -6/+3 | ||
| * | | | | | arm: Clean up ARMul_State | 2015-01-31 | 5 | -138/+84 | ||
| |/ / / / | ||||||
| * | | | | arm: Adios armemu | 2015-01-31 | 19 | -8603/+166 | ||
| * | | | | Merge pull request #512 from lioncash/assignment | 2015-01-31 | 2 | -4/+4 | ||
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | shared_memory: Fix assignments in SharedMemory::Map | 2015-01-30 | 2 | -4/+4 | ||
| | |/ / | ||||||
| * | | | dyncom: clean up arm_dyncom_dec.h | 2015-01-30 | 1 | -43/+2 | ||
| * | | | arm: Move headers over to pragma once | 2015-01-30 | 7 | -31/+11 | ||
| * | | | arm: Get rid of armcpu.h and skyeye_types.h | 2015-01-30 | 6 | -115/+0 | ||
| * | | | arm: Clean out armos.h and armmmu.h | 2015-01-30 | 2 | -181/+23 | ||
| * | | | Merge pull request #513 from lioncash/cleanup | 2015-01-30 | 6 | -1667/+168 | ||
| |\ \ \ | ||||||
| | * | | | arm: Throw out a lot of unnecessary code | 2015-01-30 | 6 | -1536/+56 | ||
| | * | | | armdefs: Move some defines over to enums | 2015-01-30 | 1 | -131/+112 | ||
| | |/ / | ||||||
| * | | | loader: Add missing printf argument | 2015-01-30 | 1 | -1/+1 | ||
| * | | | archive: Fix initializer list order for the File class. | 2015-01-30 | 1 | -1/+1 | ||
| * | | | apt_u: Fix missing printf specifiers | 2015-01-30 | 1 | -2/+2 | ||
| |/ / | ||||||
| * | | Kernel: Mark all appropriate kernel objects as "final" | 2015-01-30 | 7 | -8/+7 | ||
| * | | SVC: Use CASCADE_RESULT in SVC handlers | 2015-01-30 | 2 | -77/+32 | ||
| * | | Remove result.h InvalidHandle | 2015-01-30 | 4 | -30/+32 | ||
| * | | SVC: Change return type of handlers to ResultCode | 2015-01-30 | 2 | -132/+127 | ||
| * | | Kernel: Convert Event to not use Handles | 2015-01-30 | 10 | -152/+151 | ||
| * | | Kernel: Convert Timer to (mostly) not use Handles | 2015-01-30 | 3 | -111/+112 | ||
| * | | Kernel: Convert Mutex to not use Handles | 2015-01-30 | 5 | -114/+110 | ||
| * | | Kernel: Convert AddressArbiter to not use Handles | 2015-01-30 | 3 | -38/+55 | ||
| * | | Kernel: Convert Semaphore to not use Handles | 2015-01-30 | 3 | -67/+88 | ||
| * | | Kernel: Convert SharedMemory to not use Handles | 2015-01-30 | 8 | -102/+107 | ||
| * | | Common: Fix SCOPE_EXIT to actually create unique identifiers. | 2015-01-30 | 2 | -1/+7 | ||
| * | | Additions to ResultVal to make it more convenient to use. | 2015-01-30 | 1 | -1/+25 | ||
| * | | Move VAddr/PAddr typedefs to kernel.h | 2015-01-30 | 2 | -9/+7 | ||
| * | | Kernel: Remove useless/duplicated comments; mark functions static | 2015-01-30 | 6 | -32/+8 | ||
| * | | Merge pull request #412 from purpasmart96/svc_table_cleanup | 2015-01-28 | 1 | -7/+7 | ||
| |\ \ | ||||||
| | * | | SVC: Update the SVC function table | 2015-01-26 | 1 | -7/+7 | ||
| * | | | Pica: Implement color/alpha channel enable. | 2015-01-27 | 2 | -1/+12 | ||
| * | | | Rasterizer: Implemented alpha testing. | 2015-01-27 | 2 | -7/+52 | ||
| * | | | dyncom: Minor cleanup | 2015-01-27 | 1 | -126/+137 | ||
| * | | | Merge pull request #345 from purpasmart96/apt_stubs | 2015-01-26 | 1 | -91/+276 | ||
| |\ \ \ | ||||||
| | * | | | APT_U: Stub some functions & misc changes | 2015-01-22 | 1 | -91/+276 | ||
| * | | | | Update vfp.cpp | 2015-01-26 | 1 | -1/+1 | ||
| * | | | | GPU: Implement the remaining depth testing functions. | 2015-01-25 | 2 | -3/+28 | ||
| * | | | | Merge pull request #485 from Subv/more_servs | 2015-01-25 | 21 | -3/+426 | ||
| |\ \ \ \ | ||||||
| | * | | | | Services/HID: Removed some files due to a rebase error | 2015-01-24 | 3 | -267/+0 | ||
| | * | | | | Services: Stubbed more services. | 2015-01-24 | 24 | -3/+693 | ||
| * | | | | | Merge pull request #410 from chinhodado/cleanup | 2015-01-24 | 5 | -483/+157 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Cleanup: Logging in Core | 2015-01-19 | 5 | -483/+157 | ||
| * | | | | | | vfp: Clean up vertical alignment for instructions | 2015-01-23 | 1 | -131/+125 | ||
| * | | | | | | cam_u.h: fix indentation | 2015-01-22 | 1 | -2/+2 | ||
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #493 from archshift/ptmplay | 2015-01-22 | 6 | -0/+106 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Stubbed cam:u service | 2015-01-21 | 4 | -0/+51 | ||
| | * | | | | | Stubbed ptm:play service | 2015-01-21 | 4 | -0/+55 | ||
| * | | | | | | dyncom: Minor cleanup | 2015-01-22 | 1 | -282/+270 | ||