| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | 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 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #516 from lioncash/cleanup | 2015-01-30 | 14 | -370/+36 | ||
| |\ \ \ \ | ||||||
| | * | | | | 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 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #511 from lioncash/warnings | 2015-01-30 | 3 | -4/+4 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | 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 | ||
| |/ / / | ||||||
| * | | | Merge pull request #503 from yuriks/kernel-lifetime4 | 2015-01-30 | 29 | -734/+728 | ||
| |\ \ \ | ||||||
| | * | | | 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 | ||
| * | | | | Merge pull request #510 from bunnei/pica_color_enable | 2015-01-28 | 2 | -1/+12 | ||
| |\ \ \ \ | ||||||
| | * | | | | Pica: Implement color/alpha channel enable. | 2015-01-27 | 2 | -1/+12 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #507 from bunnei/alpha-testing | 2015-01-27 | 2 | -7/+52 | ||
| |\ \ \ \ | ||||||
| | * | | | | Rasterizer: Implemented alpha testing. | 2015-01-27 | 2 | -7/+52 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #508 from lioncash/dyn | 2015-01-27 | 1 | -126/+137 | ||
| |\ \ \ \ | ||||||
| | * | | | | 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 | ||
| * | | | | | Merge pull request #506 from bunnei/depth-functions | 2015-01-26 | 2 | -3/+28 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | GPU: Implement the remaining depth testing functions. | 2015-01-25 | 2 | -3/+28 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #484 from chinhodado/build | 2015-01-25 | 2 | -0/+61 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | AppVeyor: Use Citra's Mega account | 2015-01-24 | 1 | -2/+2 | ||
| | * | | | | | AppVeyor: Add qwindows.dll to the build | 2015-01-24 | 1 | -0/+2 | ||
| | * | | | | | AppVeyor: Sanitize the file name before uploading | 2015-01-24 | 2 | -7/+9 | ||
| | * | | | | | AppVeyor: Change to release build instead of debug | 2015-01-24 | 1 | -10/+16 | ||
| | * | | | | | AppVeyor: Upload build to Mega upon build completion | 2015-01-24 | 2 | -0/+51 | ||
| * | | | | | | Merge pull request #485 from Subv/more_servs | 2015-01-25 | 21 | -3/+426 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||