| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use IPCHelper for PTM services | 2017-05-19 | 3 | -31/+45 | |
| | | |||||
| * | Merge pull request #2687 from yuriks/address-mappings | 2017-05-14 | 7 | -49/+121 | |
| |\ | | | | | Kernel: Map special regions according to ExHeader | ||||
| | * | Kernel: Map special regions according to ExHeader | 2017-05-09 | 5 | -52/+105 | |
| | | | | | | | | | | | | | | | 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. | ||||
| | * | DSP: Create backing memory for entire DSP RAM | 2017-05-09 | 1 | -1/+6 | |
| | | | | | | | | | Also move address space mapping out of video_core. | ||||
| | * | Memory: Add constants for the n3DS additional RAM | 2017-05-09 | 2 | -2/+16 | |
| | | | | | | | | | This is 4MB of extra, separate memory that was added on the New 3DS. | ||||
| * | | Merge pull request #2676 from wwylele/irrst | 2017-05-10 | 9 | -24/+208 | |
| |\ \ | |/ |/| | ir: implement new 3ds HID via ir:rst | ||||
| | * | fixup!ir: implement new 3ds HID via ir:rst | 2017-05-07 | 1 | -31/+32 | |
| | | | |||||
| | * | ir: implement new 3ds HID via ir:rst | 2017-05-04 | 9 | -24/+207 | |
| | | | |||||
| * | | Merge pull request #2696 from Subv/vfp_revert | 2017-05-08 | 3 | -59/+30 | |
| |\ \ | | | | | | | Dyncom/VFP: Revert edf30d8 and fix the FPSCR getting invalid values. | ||||
| | * | | Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions. | 2017-05-09 | 2 | -2/+2 | |
| | | | | |||||
| | * | | Revert "Remove `exceptions` parameter from `normaliseround` VFP functions" | 2017-05-09 | 3 | -57/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit edf30d84cc0e8299d61c98f5bb40a6428d1576bc. Conflicts: src/core/arm/skyeye_common/vfp/vfp_helper.h src/core/arm/skyeye_common/vfp/vfpdouble.cpp src/core/arm/skyeye_common/vfp/vfpsingle.cpp | ||||
| * | | | Dyncom: Remove disassembler code | 2017-05-07 | 4 | -1589/+2 | |
| | | | | | | | | | | | | | | | | | | | Had licensing issue around it, in addition to several bugs. Closes #1632, #1280 | ||||
| * | | | Dyncom: Tweak types and log formatting | 2017-05-07 | 3 | -8/+10 | |
| | | | | |||||
| * | | | Remove unused symbols code | 2017-05-07 | 3 | -46/+0 | |
| | | | | |||||
| * | | | Remove ability to load symbol maps | 2017-05-07 | 2 | -40/+2 | |
| |/ / | | | | | | | | | This was now mostly unused except by thread creation, which used a symbol of the entrypoint, if available, to name the thread. | ||||
| * / | Create a random console_unique_id (#2668) | 2017-05-05 | 2 | -5/+71 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Merge pull request #2606 from wwylele/ir | 2017-05-03 | 6 | -44/+761 | |
| |\ | | | | | ir: implement circle pad pro | ||||
| | * | ir: implement circle pad pro | 2017-05-03 | 6 | -44/+761 | |
| | | | |||||
| * | | Merge pull request #2532 from wwylele/ldrro-ipc | 2017-04-18 | 1 | -193/+138 | |
| |\ \ | | | | | | | ldr_ro: use IPC helper | ||||
| | * | | ldr_ro: use IPC helper | 2017-04-17 | 1 | -193/+138 | |
| | |/ | |||||
| * | | Merge pull request #2659 from MerryMage/dsp_dsp-correction | 2017-04-13 | 1 | -0/+18 | |
| |\ \ | | | | | | | dsp_dsp: Messages are modified by service before being sent to DSP | ||||
| | * | | dsp_dsp: Messages are modified by service before being sent to DSP | 2017-04-12 | 1 | -0/+18 | |
| | | | | |||||
| * | | | Merge pull request #2628 from Subv/uds | 2017-04-12 | 2 | -45/+388 | |
| |\ \ \ | |_|/ |/| | | Services/UDS: Initial support for hosting local-wlan networks. | ||||
| | * | | Services/UDS: Fixed a style mistake in GetChannel. | 2017-03-27 | 1 | -2/+1 | |
| | | | | |||||
| | * | | Services/UDS: Use consistent spelling for WiFi and simplify the GetChannel ↵ | 2017-03-26 | 1 | -4/+4 | |
| | | | | | | | | | | | | | function. | ||||
| | * | | Services/UDS: Signal the connection event when closing down the network. | 2017-03-26 | 1 | -0/+1 | |
| | | | | |||||
| | * | | Services/UDS: Do not allow trying to start up a network that only the host ↵ | 2017-03-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | | can connect to. | ||||
| | * | | Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms. | 2017-03-26 | 2 | -2/+58 | |
| | | | | |||||
| | * | | Services/UDS: Store the entire NetworkInfo structure that was used to create ↵ | 2017-03-26 | 1 | -13/+5 | |
| | | | | | | | | | | | | | | | | | | | the network. It will be needed when generating the beacon frames. | ||||
| | * | | Services/UDS: Initial support for hosting local-wlan networks. | 2017-03-26 | 2 | -44/+336 | |
| | | | | | | | | | | | | | Currently it will let games create a network as hosts, but will not broadcast it anywhere and will not allow clients to connect. | ||||
| * | | | Merge pull request #2533 from Lectem/apt_ipchelper | 2017-04-06 | 6 | -257/+386 | |
| |\ \ \ | | | | | | | | | IpcHelper enhancement and APT refactor | ||||
| | * | | | hopefully fix clang-format issues with old version | 2017-03-20 | 1 | -3/+2 | |
| | | | | | |||||
| | * | | | address more comments | 2017-03-19 | 1 | -20/+20 | |
| | | | | | |||||
| | * | | | Cast size_t to u32 for PushStaticBuffer usages | 2017-03-18 | 1 | -2/+2 | |
| | | | | | |||||
| | * | | | IPCHelper Skip method + address comments for apt | 2017-03-18 | 3 | -38/+46 | |
| | | | | | |||||
| | * | | | fix #2560 and other comments | 2017-03-18 | 3 | -22/+22 | |
| | | | | | |||||
| | * | | | move push out of class body and add u8 u16 bool specializations | 2017-03-18 | 4 | -55/+114 | |
| | | | | | |||||
| | * | | | refactor APT service to use the new IPC helpers | 2017-03-18 | 4 | -195/+258 | |
| | | | | | |||||
| * | | | | Merge pull request #2634 from wwylele/battery | 2017-04-06 | 2 | -1/+16 | |
| |\ \ \ \ | | | | | | | | | | | shared_page: stub battery state | ||||
| | * | | | | shared_page: stub battery state | 2017-03-21 | 2 | -1/+16 | |
| | | | | | | |||||
| * | | | | | error conversion fixes for soc_u | 2017-04-03 | 1 | -39/+32 | |
| | | | | | | |||||
| * | | | | | Fix OutputDebugString syscall | 2017-04-01 | 2 | -4/+4 | |
| | | | | | | |||||
| * | | | | | ptm: create SharedExtSave file before openning it | 2017-03-25 | 1 | -1/+1 | |
| | | | | | | |||||
| * | | | | | Merge pull request #2512 from SonofUgly/custom-layout | 2017-03-21 | 2 | -12/+24 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Add custom layout settings. | ||||
| | * | | | | Add custom layout settings. | 2017-02-23 | 2 | -12/+24 | |
| | | | | | | |||||
| * | | | | | apt: fix RequestBuilder parameters for Unwrap | 2017-03-18 | 1 | -1/+1 | |
| | |/ / / |/| | | | |||||
| * | | | | Merge pull request #2497 from wwylele/input-2 | 2017-03-17 | 10 | -401/+213 | |
| |\ \ \ \ | | | | | | | | | | | Refactor input emulation & add SDL gamepad support | ||||
| | * | | | | Input: remove unused stuff & clean up | 2017-03-01 | 7 | -412/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. removed zl, zr and c-stick from HID::PadState. They are handled by IR, not HID 2. removed button handling in EmuWindow 3. removed key_map 4. cleanup #include | ||||
| | * | | | | InputCommon: add Keyboard | 2017-03-01 | 1 | -2/+0 | |
| | | | | | | |||||
| | * | | | | HID: use AnalogDevice | 2017-03-01 | 3 | -2/+30 | |
| | | | | | | |||||