| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-27 | Remove some unnecessary inclusions of video_core.h | Yuri Kunde Schlesner | |
| 2017-05-27 | Core: Fix some out-of-style includes | Yuri Kunde Schlesner | |
| 2017-05-24 | FS: Remove unused result definition | Yuri Kunde Schlesner | |
| 2017-05-24 | Kernel: Centralize error definitions in errors.h | Yuri Kunde Schlesner | |
| 2017-05-24 | GSP_GPU: Move error codes from result.h to local file | Yuri Kunde Schlesner | |
| 2017-05-24 | FileSys: Move all result description to errors.h | Yuri Kunde Schlesner | |
| 2017-05-24 | result: Make error description a generic integer | Yuri Kunde Schlesner | |
| It is now known that result code description vary depending on the module, and so they're best defined on a per-module basis. To support this, allow passing in an arbitrary integer instead of limiting to the ones in the ErrorDescription enum. These will be gradually migrated to their individual users, but a few will be kept as "common" codes shared by all modules. | |||
| 2017-05-24 | Make BitField and ResultCode constexpr-initializable | Yuri Kunde Schlesner | |
| 2017-05-21 | Merge pull request #2406 from Subv/session_disconnect | Yuri Kunde Schlesner | |
| Kernel: Properly update port counters on session disconnection. | |||
| 2017-05-21 | Kernel/Sessions: Remove the ClientSession::Create function. | Subv | |
| It is not meant to be used by anything other than CreateSessionPair. | |||
| 2017-05-19 | Merge pull request #2661 from Subv/uds5 | bunnei | |
| Services/UDS: Generate 802.11 beacon frames when a network is open. | |||
| 2017-05-19 | use IPCHelper for PTM services | emmaus | |
| 2017-05-15 | Services/UDS: Use the new IPC helper functions. | Subv | |
| 2017-05-15 | Services/UDS: Implement RecvBeaconBroadcastData. | Subv | |
| This allows the applications to retrieve 802.11 beacon frames from nearby UDS networks. Note that the networks are still not announced anywhere. | |||
| 2017-05-15 | Services/UDS: Generate the UDS beacons when the beacon callback fires. | Subv | |
| 2017-05-15 | Kernel: Remove a now unused enum and variable regarding a session's status. | Subv | |
| 2017-05-15 | Kernel: Use a Session object to keep track of the status of a Client/Server ↵ | Subv | |
| session pair. Reduce the associated port's connection count when a ServerSession is destroyed. | |||
| 2017-05-14 | Merge pull request #2687 from yuriks/address-mappings | Yuri Kunde Schlesner | |
| Kernel: Map special regions according to ExHeader | |||
| 2017-05-10 | Merge pull request #2676 from wwylele/irrst | bunnei | |
| ir: implement new 3ds HID via ir:rst | |||
| 2017-05-09 | Kernel: Map special regions according to ExHeader | Yuri Kunde Schlesner | |
| This replaces the hardcoded VRAM/DSP mappings with ones made based on the ExHeader ARM11 Kernel caps list. While this has no visible effect for most applications (since they use a standard set of mappings) it does improve support for system modules and n3DS exclusives. | |||
| 2017-05-09 | DSP: Create backing memory for entire DSP RAM | Yuri Kunde Schlesner | |
| Also move address space mapping out of video_core. | |||
| 2017-05-07 | Remove ability to load symbol maps | Yuri Kunde Schlesner | |
| This was now mostly unused except by thread creation, which used a symbol of the entrypoint, if available, to name the thread. | |||
| 2017-05-07 | fixup!ir: implement new 3ds HID via ir:rst | wwylele | |
| 2017-05-05 | Create a random console_unique_id (#2668) | B3n30 | |
| * Create a random console_id when config save_file is created Added button in system config to refresh the console unique id * Moved the connect for the button from .ui file to constructor of ConfigureSystem * Added warning and info dialog Fixup: Make use of qt5 style connects, renamed the refresh button, removed some duplicate code, changed random device and moved all to the generate function * Changed the random generator to reflect what a real 3DS stores as console unique id Fixup: Changed the warning message * Fixup: Set and Create * Fixup: Added console id label, therfore removed second message box * Fixup: fixed the endianess * Fixup: more endianness fixes * Fixup: Endianness the 3rd | |||
| 2017-05-04 | ir: implement new 3ds HID via ir:rst | wwylele | |
| 2017-05-03 | Merge pull request #2606 from wwylele/ir | bunnei | |
| ir: implement circle pad pro | |||
| 2017-05-03 | ir: implement circle pad pro | wwylele | |
| 2017-04-18 | Merge pull request #2532 from wwylele/ldrro-ipc | Yuri Kunde Schlesner | |
| ldr_ro: use IPC helper | |||
| 2017-04-17 | ldr_ro: use IPC helper | wwylele | |
| 2017-04-13 | Merge pull request #2659 from MerryMage/dsp_dsp-correction | bunnei | |
| dsp_dsp: Messages are modified by service before being sent to DSP | |||
| 2017-04-12 | dsp_dsp: Messages are modified by service before being sent to DSP | MerryMage | |
| 2017-04-12 | Merge pull request #2628 from Subv/uds | Sebastian Valle | |
| Services/UDS: Initial support for hosting local-wlan networks. | |||
| 2017-04-06 | Merge pull request #2533 from Lectem/apt_ipchelper | bunnei | |
| IpcHelper enhancement and APT refactor | |||
| 2017-04-06 | Merge pull request #2634 from wwylele/battery | bunnei | |
| shared_page: stub battery state | |||
| 2017-04-03 | error conversion fixes for soc_u | noah the goodra | |
| 2017-04-01 | Fix OutputDebugString syscall | Michael Theall | |
| 2017-03-27 | Services/UDS: Fixed a style mistake in GetChannel. | Sebastian Valle | |
| 2017-03-26 | Services/UDS: Use consistent spelling for WiFi and simplify the GetChannel ↵ | Subv | |
| function. | |||
| 2017-03-26 | Services/UDS: Signal the connection event when closing down the network. | Subv | |
| 2017-03-26 | Services/UDS: Do not allow trying to start up a network that only the host ↵ | Subv | |
| can connect to. | |||
| 2017-03-26 | Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms. | Subv | |
| 2017-03-26 | Services/UDS: Store the entire NetworkInfo structure that was used to create ↵ | Subv | |
| the network. It will be needed when generating the beacon frames. | |||
| 2017-03-26 | Services/UDS: Initial support for hosting local-wlan networks. | Subv | |
| Currently it will let games create a network as hosts, but will not broadcast it anywhere and will not allow clients to connect. | |||
| 2017-03-25 | ptm: create SharedExtSave file before openning it | wwylele | |
| 2017-03-21 | shared_page: stub battery state | wwylele | |
| 2017-03-20 | hopefully fix clang-format issues with old version | Lectem | |
| 2017-03-19 | address more comments | Lectem | |
| 2017-03-18 | Cast size_t to u32 for PushStaticBuffer usages | Lectem | |
| 2017-03-18 | IPCHelper Skip method + address comments for apt | Lectem | |
| 2017-03-18 | apt: fix RequestBuilder parameters for Unwrap | wwylele | |
