| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-31 | Merge pull request #1419 from mailwl/branch-gsp | bunnei | |
| Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue | |||
| 2016-03-31 | cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle | mailwl | |
| 2016-03-31 | Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue | mailwl | |
| 2016-03-30 | GSP: Return proper error codes for register writes | purpasmart96 | |
| 2016-03-30 | Code style | Ryan Loebs | |
| 2016-03-30 | Added GetSockOptName | Ryan Loebs | |
| Filter out and translate invalid sockopt names. | |||
| 2016-03-29 | Derp: win32: typedef int socklen_t; | Ryan Loebs | |
| 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-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 | 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 | soc_u: Get rid of explicit delete and new | Lioncash | |
| 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-18 | Merge pull request #1505 from pippo2931/fef | bunnei | |
| GetArchiveResource stub | |||
| 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-08 | renderer_base: Don't directly expose the rasterizer unique_ptr | Lioncash | |
| There's no reason to allow direct access to the unique_ptr instance. Only its contained pointer. | |||
| 2016-03-06 | DSP: Implement Pipe 2 | MerryMage | |
| Pipe 2 is a DSP pipe that is used to initialize both the DSP hardware (the application signals to the DSP to initialize) and the application (the DSP provides the memory location of structures in the shared memory region). | |||
| 2016-03-05 | Memory: Do correct Phys->Virt address translation for non-APP linheap | Yuri Kunde Schlesner | |
| 2016-03-05 | Merge pull request #1455 from yuriks/ResultVal-union | Mathew Maidment | |
| core: Use unrestricted union to hold storage of ResultVal value | |||
