| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-29 | But of course, Windows uses 'int' while Linux uses 'socklen_t' | Ryan Loebs | |
| 2016-03-29 | Compiling on Windows now | Ryan Loebs | |
| 2016-03-29 | Formatting... | Ryan Loebs | |
| 2016-03-29 | Addressing PR comments | Ryan Loebs | |
| 2016-03-28 | SOC Updates | Ryan Loebs | |
| -Implement GetSockOpt / SetSockOpt -Fix bug in RecvFrom where sending from localhost does not fill in src_addr/src_addr_len on Linux | |||
| 2016-03-28 | Add common methods to all cfg:* ports | Ryan Loebs | |
| 2016-03-27 | frd:u: Initial stub some functions | mailwl | |
| 2016-03-26 | use reference instead of pointer | wwylele | |
| 2016-03-25 | Merge pull request #1549 from wwylele/acc_gyro | bunnei | |
| hid: implement accelerometer and gyroscope back-end | |||
| 2016-03-25 | implement GyroscopeCalibrateParam | wwylele | |
| 2016-03-22 | implement accel and gyro backend | wwylele | |
| 2016-03-22 | Merge pull request #1560 from lioncash/savedata | bunnei | |
| archive_extsavedata: Fix member initialization order | |||
| 2016-03-22 | Merge pull request #1563 from lioncash/lolfiq | bunnei | |
| armstate: Correct FIQ register banking | |||
| 2016-03-21 | armstate: Correct FIQ register banking | Lioncash | |
| FIQ has seven banked registers (R8 to R14), not two. | |||
| 2016-03-21 | Merge pull request #1559 from lioncash/vec | bunnei | |
| soc_u: Get rid of explicit delete and new | |||
| 2016-03-21 | session: Make helper functions constexpr | Lioncash | |
| 2016-03-21 | loader: Make MakeMagic constexpr | Lioncash | |
| 2016-03-21 | hle: Get rid of global access to g_reschedule | Lioncash | |
| This shouldn't be directly exposed if there's already a partial API that operates on it. We can just provide the rest of that API. | |||
| 2016-03-21 | archive_extsavedata: Fix member initialization order | Lioncash | |
| shared appears in the initializer list before mount_point | |||
| 2016-03-21 | soc_u: Get rid of explicit delete and new | Lioncash | |
| 2016-03-20 | Merge pull request #1302 from Subv/save_fix | bunnei | |
| HLE/FS: Fixed many corner cases in our file handling | |||
| 2016-03-20 | HLE/FS: Change the error code returned when an ExtSaveData archive is not found. | Subv | |
| This allows Fire Emblem to boot again. | |||
| 2016-03-20 | HLE/FS: Corrected some style concerns. | Subv | |
| 2016-03-20 | HLE/FS: Fixed creating the config savefile when it doesn't exist. | Subv | |
| This fixes a regression. | |||
| 2016-03-20 | HLE/FS: Implemented GetFormatInfo | Subv | |
| 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. | |||
| 2016-03-20 | HLE/FS: Don't return an error when deleting the ExtSaveData if it does not ↵ | Subv | |
| exist. | |||
| 2016-03-20 | HLE/FS: Return the proper error codes when opening files. | Subv | |
| 2016-03-20 | HLE/FS: Fixed the OpenDirectory error code | Subv | |
| 2016-03-20 | HLE/FS: Return the proper error codes on file Read/Write operations. | Subv | |
| These operations are limited by the open flags specified while opening the file. | |||
| 2016-03-20 | HLE/FS: Corrected the error codes for DeleteFile | Subv | |
| 2016-03-20 | HLE/FS: Corrected the error codes for CreateFile | Subv | |
| 2016-03-20 | HLE/FS: FS::CreateFile takes an u64 for the file size. | Subv | |
| 2016-03-20 | Fix missing header | LittleWhite | |
| 2016-03-18 | Merge pull request #1505 from pippo2931/fef | bunnei | |
| GetArchiveResource stub | |||
| 2016-03-17 | core/video_core: Make NumIds functions constexpr | Lioncash | |
| 2016-03-17 | core/video_core: Don't cast away const in subscript operators | Lioncash | |
| Not to say these subscript operators aren't totally ugly as is. | |||
| 2016-03-15 | Reorganize the ndm service path for dummy implement function | JamePeng | |
| SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now! | |||
| 2016-03-13 | hid: fix pad update | wwylele | |
| 2016-03-12 | svc: Move ResetType enum to the kernel event header | Lioncash | |
| 2016-03-12 | svc: Remove unused ArbitrationType enum | Lioncash | |
| An equivalent enum already exists within address_arbiter.h | |||
| 2016-03-12 | svc: Make ResetType an enum class | Lioncash | |
| 2016-03-12 | Fix header | pippo2931 | |
| 2016-03-12 | GetArchiveResource stub | pippo2931 | |
| 2016-03-12 | Merge pull request #1266 from Subv/miiapplet | bunnei | |
| HLE/Applets: Implemented a dummy Mii Selector applet. | |||
| 2016-03-12 | HLE/Applets: Implemented a dummy Mii Selector applet. | Subv | |
| 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. | |||
| 2016-03-12 | Merge pull request #1500 from lioncash/nullptr | bunnei | |
| gsp_gpu: Change 0 literal to nullptr | |||
| 2016-03-11 | gsp_gpu: Change 0 literal to nullptr | Lioncash | |
| 2016-03-11 | hle: Update service function tables | Lioncash | |
| 2016-03-09 | Fix missing return | LittleWhite | |
| 2016-03-09 | Merge pull request #1474 from lioncash/renderer | bunnei | |
| renderer_base: Minor changes | |||
