| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #1616 from exhalatio/dlp_dummy | 2016-04-03 | 4 | -0/+63 | ||
| |\ \ \ | | | | | | | | | Dummy implementation dlp:SRVR Service. | |||||
| | * | | | Dummy implementation dlp:SRVR Service. | 2016-04-03 | 4 | -0/+63 | ||
| | | | | | ||||||
| * | | | | Merge pull request #1619 from mailwl/cecd | 2016-04-02 | 3 | -3/+54 | ||
| |\ \ \ \ | | | | | | | | | | | cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle | |||||
| | * | | | | cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle | 2016-03-31 | 3 | -3/+54 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #1390 from purpasmart96/citra_gsp_error_codes | 2016-04-01 | 3 | -80/+97 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | GSP: Return proper error codes for register writes | |||||
| | * | | | | | GSP: Return proper error codes for register writes | 2016-03-30 | 3 | -80/+97 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1618 from MerryMage/one-step | 2016-03-31 | 1 | -26/+57 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Prevent cache overflow when single stepping | |||||
| | * | | | | | DynCom: Optimize single stepping | 2016-03-30 | 1 | -26/+57 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #1419 from mailwl/branch-gsp | 2016-03-31 | 1 | -6/+41 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue | |||||
| | * | | | | Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue | 2016-03-31 | 1 | -6/+41 | ||
| | | |_|/ | |/| | | ||||||
| * / | | | Add common methods to all cfg:* ports | 2016-03-28 | 3 | -0/+21 | ||
| |/ / / | ||||||
| * | | | use reference instead of pointer | 2016-03-26 | 1 | -9/+9 | ||
| | | | | ||||||
| * | | | Merge pull request #1549 from wwylele/acc_gyro | 2016-03-25 | 4 | -23/+187 | ||
| |\ \ \ | |_|/ |/| | | hid: implement accelerometer and gyroscope back-end | |||||
| | * | | implement GyroscopeCalibrateParam | 2016-03-25 | 2 | -9/+20 | ||
| | | | | ||||||
| | * | | implement accel and gyro backend | 2016-03-22 | 4 | -23/+176 | ||
| | | | | ||||||
| * | | | Merge pull request #1560 from lioncash/savedata | 2016-03-22 | 1 | -1/+2 | ||
| |\ \ \ | | | | | | | | | archive_extsavedata: Fix member initialization order | |||||
| | * | | | archive_extsavedata: Fix member initialization order | 2016-03-21 | 1 | -1/+2 | ||
| | | |/ | |/| | | | | | | | shared appears in the initializer list before mount_point | |||||
| * | | | Merge pull request #1563 from lioncash/lolfiq | 2016-03-22 | 1 | -4/+3 | ||
| |\ \ \ | | | | | | | | | armstate: Correct FIQ register banking | |||||
| | * | | | armstate: Correct FIQ register banking | 2016-03-21 | 1 | -4/+3 | ||
| | |/ / | | | | | | | | | | FIQ has seven banked registers (R8 to R14), not two. | |||||
| * | | | Merge pull request #1559 from lioncash/vec | 2016-03-21 | 1 | -8/+5 | ||
| |\ \ \ | | | | | | | | | soc_u: Get rid of explicit delete and new | |||||
| | * | | | soc_u: Get rid of explicit delete and new | 2016-03-21 | 1 | -8/+5 | ||
| | |/ / | ||||||
| * | | | session: Make helper functions constexpr | 2016-03-21 | 1 | -6/+6 | ||
| | | | | ||||||
| * | | | loader: Make MakeMagic constexpr | 2016-03-21 | 1 | -1/+1 | ||
| |/ / | ||||||
| * | | Merge pull request #1302 from Subv/save_fix | 2016-03-20 | 24 | -143/+400 | ||
| |\ \ | | | | | | | HLE/FS: Fixed many corner cases in our file handling | |||||
| | * | | HLE/FS: Change the error code returned when an ExtSaveData archive is not found. | 2016-03-20 | 5 | -33/+45 | ||
| | | | | | | | | | | | | | This allows Fire Emblem to boot again. | |||||
| | * | | HLE/FS: Corrected some style concerns. | 2016-03-20 | 8 | -14/+12 | ||
| | | | | ||||||
| | * | | HLE/FS: Fixed creating the config savefile when it doesn't exist. | 2016-03-20 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | This fixes a regression. | |||||
| | * | | HLE/FS: Implemented GetFormatInfo | 2016-03-20 | 19 | -62/+257 | ||
| | | | | | | | | | | | | | Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive. | |||||
| | * | | HLE/FS: Don't return an error when deleting the ExtSaveData if it does not ↵ | 2016-03-20 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | exist. | |||||
| | * | | HLE/FS: Return the proper error codes when opening files. | 2016-03-20 | 7 | -28/+43 | ||
| | | | | ||||||
| | * | | HLE/FS: Fixed the OpenDirectory error code | 2016-03-20 | 1 | -1/+1 | ||
| | | | | ||||||
| | * | | HLE/FS: Return the proper error codes on file Read/Write operations. | 2016-03-20 | 7 | -18/+40 | ||
| | | | | | | | | | | | | | These operations are limited by the open flags specified while opening the file. | |||||
| | * | | HLE/FS: Corrected the error codes for DeleteFile | 2016-03-20 | 6 | -12/+22 | ||
| | | | | ||||||
| | * | | HLE/FS: Corrected the error codes for CreateFile | 2016-03-20 | 2 | -2/+7 | ||
| | | | | ||||||
| | * | | HLE/FS: FS::CreateFile takes an u64 for the file size. | 2016-03-20 | 8 | -10/+10 | ||
| | |/ | ||||||
| * / | Fix missing header | 2016-03-20 | 1 | -0/+2 | ||
| |/ | ||||||
| * | Merge pull request #1505 from pippo2931/fef | 2016-03-18 | 1 | -1/+25 | ||
| |\ | | | | | GetArchiveResource stub | |||||
| | * | Fix header | 2016-03-12 | 1 | -1/+1 | ||
| | | | ||||||
| | * | GetArchiveResource stub | 2016-03-12 | 1 | -1/+25 | ||
| | | | ||||||
| * | | core/video_core: Make NumIds functions constexpr | 2016-03-17 | 2 | -2/+2 | ||
| | | | ||||||
| * | | core/video_core: Don't cast away const in subscript operators | 2016-03-17 | 2 | -6/+6 | ||
| | | | | | | | | | Not to say these subscript operators aren't totally ugly as is. | |||||
| * | | Reorganize the ndm service path for dummy implement function | 2016-03-15 | 6 | -26/+122 | ||
| | | | | | | | | | | | | | SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now! | |||||
| * | | hid: fix pad update | 2016-03-13 | 1 | -1/+1 | ||
| | | | ||||||
| * | | svc: Move ResetType enum to the kernel event header | 2016-03-12 | 10 | -16/+17 | ||
| | | | ||||||
| * | | svc: Remove unused ArbitrationType enum | 2016-03-12 | 1 | -9/+0 | ||
| | | | | | | | | | An equivalent enum already exists within address_arbiter.h | |||||
| * | | svc: Make ResetType an enum class | 2016-03-12 | 11 | -24/+23 | ||
| |/ | ||||||
| * | Merge pull request #1266 from Subv/miiapplet | 2016-03-12 | 7 | -2/+156 | ||
| |\ | | | | | HLE/Applets: Implemented a dummy Mii Selector applet. | |||||
| | * | HLE/Applets: Implemented a dummy Mii Selector applet. | 2016-03-12 | 7 | -2/+156 | ||
| | | | | | | | | | This prevents some games (like Super Mario 3D Land) from freezing when trying to launch it, however, it's not complete and won't let you go past Mii selection as the parameter structure hasn't been reverse engineered yet. | |||||
| * | | Merge pull request #1500 from lioncash/nullptr | 2016-03-12 | 1 | -1/+1 | ||
| |\ \ | | | | | | | gsp_gpu: Change 0 literal to nullptr | |||||
| | * | | gsp_gpu: Change 0 literal to nullptr | 2016-03-11 | 1 | -1/+1 | ||
| | | | | ||||||