Commit Graph

  • f3e41fe941 ir_u: convert to ServiceFramework wwylele 2017-12-09 12:34:23 +02:00
  • b54e278eeb FS/ExtData: Use the ExtSaveDataArchivePath structure instead of reinterpret_cast. Subv 2017-12-09 00:17:43 -05:00
  • 37cb18358b HLE/FS: Always use 0x48000 as the high dword when opening the SharedExtData archive Subv 2017-12-09 00:16:51 -05:00
  • af45f2b2de
    Merge pull request #3241 from wwylele/process-info-fix James Rowe 2017-12-08 13:13:26 -07:00
  • 5026480b36 svc: correct GetProcessInfo(20) wwylele 2017-12-08 21:28:48 +02:00
  • 69caf8c5dc
    Merge pull request #3236 from Tilka/block_name Sebastian Valle 2017-12-08 09:01:22 -05:00
  • 065ae0606b
    Merge pull request #3238 from lioncash/svc-name Sebastian Valle 2017-12-08 09:00:36 -05:00
  • 441a9b5622 Add button labels for sdl joystick mappings muemart 2017-12-08 13:03:43 +01:00
  • 07acc6ceab cam: convert to ServiceFramework wwylele 2017-12-06 16:53:03 +02:00
  • 6752576de9 cfg: refer to ConsoleModelBlockID by name Tillmann Karras 2017-12-08 06:56:00 +00:00
  • e90daa6a4f Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation. Subv 2017-11-07 19:58:29 -05:00
  • ff96c5dba0 svc: Provide names for svc 0x59 and 0x5A Lioncash 2017-12-07 22:14:51 -05:00
  • 040006fa6b
    Merge pull request #3159 from FearlessTobi/really-fix-fullscreen bunnei 2017-12-07 11:32:28 -05:00
  • 2b907dadf4 cro_helper: add todo about process handle wwylele 2017-12-07 16:20:15 +02:00
  • 9749a43cc4 ldr_ro: create per-client storage; pass process where needed wwylele 2017-12-05 21:05:40 +02:00
  • 8e4e663113 memory: add overload with process parameter for ZeroBlock and CopyBlock wwylele 2017-12-05 21:04:54 +02:00
  • de8dbbf0b6 ldr_ro: convert to ServiceFramework wwylele 2017-12-05 16:23:57 +02:00
  • 683bd0a852
    Merge pull request #3231 from lioncash/header Merry 2017-12-07 08:32:06 +00:00
  • 088c8521bf dyncom: Remove unnecessary includes Lioncash 2017-12-07 00:02:55 -05:00
  • 1f36472fff
    Merge pull request #3229 from lioncash/decode bunnei 2017-12-06 22:46:01 -05:00
  • 77493860ca
    Merge pull request #3228 from lioncash/explicit bunnei 2017-12-06 22:44:39 -05:00
  • d8ba07a430
    Merge pull request #3227 from MerryMage/cro bunnei 2017-12-06 22:43:58 -05:00
  • 275ce3e55c
    Merge pull request #3230 from lioncash/pragma bunnei 2017-12-06 22:42:42 -05:00
  • ab857f5e45 arm_dyncom_dec: Hide the decoding table from external view Lioncash 2017-12-06 19:45:45 -05:00
  • 982039be95 arm_dynarmic_cp15: Add missing header guard Lioncash 2017-12-06 19:51:46 -05:00
  • e960628a14 arm: Make CPU backend constructors explicit Lioncash 2017-12-06 19:37:53 -05:00
  • a9af4be363 ldr_ro: Use ranged instruction cache invalidation MerryMage 2017-09-11 13:00:14 +01:00
  • 647e553f64 ARM_Interface: Allow for partial invalidation of instruction cache MerryMage 2017-09-11 12:54:14 +01:00
  • cdde8ddb04 externals: Update dynarmic to 4110494 MerryMage 2017-09-11 12:48:47 +01:00
  • 4b1253b51a
    Merge pull request #3226 from Subv/arbiter_timeout Sebastian Valle 2017-12-06 12:11:23 -05:00
  • 8c16b90eae HLE/AddressArbiter: Remove threads that were awoken by timeout from the arbiter's waitlist when using WaitIfLessThanWithTimeout and DecrementAndWaitIfLessThanWithTimeout. Subv 2017-12-06 09:06:45 -05:00
  • 36a8bc6db0
    Merge pull request #3225 from B3n30/applet_id Sebastian Valle 2017-12-06 08:02:55 -05:00
  • b9db9af9e8 fixup! Applet: Print unknown AppletId on ASSERT B3n30 2017-12-06 13:48:27 +01:00
  • ddc59e3881 Applet: Print unknown AppletId on ASSERT B3n30 2017-12-06 12:41:46 +01:00
  • e784434a25 Allow input configuration with SDL joysticks (#3116) muemart 2017-12-06 05:26:29 +01:00
  • e165b5bb94
    Merge pull request #3184 from MerryMage/timing bunnei 2017-12-05 23:12:24 -05:00
  • 959b1e4254
    Merge pull request #3223 from lioncash/dyncom bunnei 2017-12-05 23:11:49 -05:00
  • 8599b1e7cc dyncom: Convert the SPSR checking define to a function Lioncash 2017-12-05 20:07:43 -05:00
  • 4835342032
    Merge pull request #3193 from Tilka/nan_check Sebastian Valle 2017-12-05 19:08:58 -05:00
  • 1c2750d5bd video_core: optimize NaN check Tillmann Karras 2017-12-03 23:39:30 +00:00
  • 2052a201c0 Fix Clang Format Error CDAGaming 2017-11-29 17:28:58 -06:00
  • 3d000c834b Kernel/Threads: Implement an SleepClientThread function for HLERequestContext-based services to make performing async tasks on the host while in an HLE service function easier. Subv 2017-11-09 18:13:11 -05:00
  • 81fbe06915
    Merge pull request #3191 from wwylele/fs-fix Sebastian Valle 2017-12-05 10:57:39 -05:00
  • 6050d000fa fs: correct header code; remove dead code wwylele 2017-12-05 16:25:18 +02:00
  • 9f806384f5
    Merge pull request #3190 from Subv/errf_srv_framework Yuri Kunde Schlesner 2017-12-05 00:49:44 -05:00
  • 56db8e0858
    Merge pull request #3173 from shinyquagsire23/nfc-o3ds-stub bunnei 2017-12-04 16:11:54 -05:00
  • 990846f393
    Merge pull request #3174 from MerryMage/vfp_reg_zero bunnei 2017-12-04 16:10:28 -05:00
  • 32ebcb0559
    Merge pull request #3178 from CDAGaming/pr_SubmoduleEdits bunnei 2017-12-04 16:07:17 -05:00
  • 79e246d82f
    Merge pull request #3185 from lioncash/vec-index bunnei 2017-12-04 16:05:03 -05:00
  • 30bffb1964 HLE/Services: Convert err:f to the new ServiceFramework. Subv 2017-12-04 14:03:11 -05:00
  • 3249187ad6
    Merge pull request #3181 from wwylele/ipc-handle-split B3n30 2017-12-04 18:49:42 +01:00
  • fda023c9fa ipc_helper: split PushMoveObjects and PushCopyObjects wwylele 2017-12-03 12:08:57 +02:00
  • 8942bfd759 Fix a bug in the fullscreen implementation FearlessTobi 2017-12-04 17:42:23 +01:00
  • 7c5b2fe63f Switch inih to It's Official Repository @ benhoyt/inih CDAGaming 2017-12-03 19:35:54 -06:00
  • cc2ff226ae vector_math: Return by const reference for const operator[] Lioncash 2017-12-03 19:23:56 -05:00
  • e23c3cd7f7
    Merge pull request #3145 from MerryMage/lg2-ex2 Merry 2017-12-03 17:38:38 +00:00
  • f6dfdc3588 core/arm: Improve timing accuracy before service calls in CPU interpreter MerryMage 2017-12-03 16:40:21 +00:00
  • 7cd8b437aa core/arm: Improve timing accuracy before service calls in JIT MerryMage 2017-12-03 02:57:08 +00:00
  • dc030c78c3
    Merge pull request #3179 from wwylele/ptm-log Merry 2017-12-03 11:10:32 +00:00
  • ff00cb391a service/ptm: add missing % in logging wwylele 2017-12-03 11:52:42 +02:00
  • 2664042325
    Merge pull request #3086 from Subv/swkbd_launch Weiyi Wang 2017-12-03 11:38:29 +02:00
  • 14819d0b84
    Merge pull request #3138 from wwylele/ipc-mapped-buffer Weiyi Wang 2017-12-03 11:33:48 +02:00
  • 466bec2d43
    Merge pull request #3144 from BreadFish64/CIAInstallUI Weiyi Wang 2017-12-03 11:32:58 +02:00
  • 0acc3ed62f SDL: add multiplayer options (#3072) B3n30 2017-12-03 10:29:48 +01:00
  • 94ae0b1305 HLE/Tests: add tests for MappedBuffer IPC HLE translation wwylele 2017-11-19 21:40:47 +02:00
  • a79a8d17fa FS: transform File to ServiceFramework wwylele 2017-07-14 23:47:09 +03:00
  • cef6b15de4 IPC Helpers: Implement MappedBuffer translation helper for new interface wwylele 2017-07-14 22:38:35 +03:00
  • 3ecf650bf9 Kernel/IPC: Implement MappedBuffer translation for HLE services that use the HLERequestContext architecture. wwylele 2017-07-14 22:24:57 +03:00
  • 80852f918a add CIA installation to QT frontend BreadFish64 2017-12-02 15:35:20 -06:00
  • b37a850654 dyncom: Remove VFP_REG_ZERO MerryMage 2017-12-02 12:06:48 +00:00
  • 5ad4cf619e Services/NFC: Stub StartTagScanning as it should be for o3DS shinyquagsire23 2017-12-01 12:37:00 -07:00
  • fcf0d104c9
    Merge pull request #3161 from lioncash/catch James Rowe 2017-11-30 12:02:45 -07:00
  • c1aef260af shader_jit_x64_compiler: Remove ABI overhead of LG2 and EX2 MerryMage 2017-11-25 03:18:55 +00:00
  • 235a251d3c tests: Add tests for x64 shader jit MerryMage 2017-11-25 03:17:30 +00:00
  • 745b4dd8a4
    Merge pull request #3166 from lioncash/log bunnei 2017-11-30 11:23:23 -05:00
  • f51fa38a1b externals: Update catch to v2.0.1 Lioncash 2017-11-28 19:39:19 -05:00
  • 89f67ad90f services: Silence warnings related to logging Lioncash 2017-11-29 18:53:01 -05:00
  • fcc141a327 Maintain the PICA's 8 bits of color precision when using the interpolated primary color Dwayne Slater 2017-11-29 16:49:04 -05:00
  • 350082ab75 Fix logic ops not being enabled in the OpenGL renderer Dwayne Slater 2017-11-08 22:50:42 -05:00
  • dc48deaecc Round primary color inputs in software rasterizer Dwayne Slater 2017-11-08 20:42:25 -05:00
  • b2a99043e3
    Merge pull request #2968 from Subv/hle_thread_pause bunnei 2017-11-29 10:45:48 -05:00
  • 16dcec05d1
    Merge pull request #3151 from MerryMage/looping-bug bunnei 2017-11-29 10:43:06 -05:00
  • d00b17eb43
    Merge pull request #3162 from lioncash/packet bunnei 2017-11-29 10:41:13 -05:00
  • 9b8041e01c
    Merge pull request #3163 from lioncash/enum bunnei 2017-11-29 10:40:10 -05:00
  • 94999bde5b room/room_member: Silence -Wswitch warnings Lioncash 2017-11-28 21:09:53 -05:00
  • 0a988e07cb packet: Simplify operator bool overload Lioncash 2017-11-28 21:00:21 -05:00
  • dc5d7a802f
    Merge pull request #3120 from shinyquagsire23/ncch-container-offsets Sebastian Valle 2017-11-28 11:48:46 -05:00
  • 283ab8e693
    Merge pull request #3160 from Subv/hle_ipc_assert Sebastian Valle 2017-11-28 10:19:29 -05:00
  • 1be31e271a NS/Applets: Added the MiiSelector applet to the list of native applet ids. Subv 2017-11-28 09:10:19 -05:00
  • 9543e1a1bf HLE/IPC: Don't assert in HLERequestContext::AddStaticBuffer when there's already a static buffer with the desired id. Subv 2017-11-28 09:01:15 -05:00
  • e9a95b2e7d
    CoreTiming: Reworked CoreTiming (#3119) B3n30 2017-11-25 14:56:57 +01:00
  • 8a5cc14ba4 Audio/HLE/Source: Fix looped state not updating MerryMage 2017-11-25 11:10:10 +00:00
  • b7cf793814
    Merge pull request #3113 from shinyquagsire23/sdl-cia-install James Rowe 2017-11-24 10:23:20 -07:00
  • 43702e6ebe
    Merge pull request #3139 from MerryMage/sse41-fix Merry 2017-11-23 11:17:39 +00:00
  • 70ff3c72f1 Services/AM: Detect encrypted CIAs shinyquagsire23 2017-11-20 20:45:21 -07:00
  • c0eb233bf1 file_sys/title_metadata: Fix encrypted bitmask shinyquagsire23 2017-11-20 20:45:06 -07:00
  • 4f13d6f665 Appveyor: on mingw set cmake version to 3.9.6 (#3141) B3n30 2017-11-20 16:39:31 +01:00
  • 253954930f Services/AM: Return InstallStatus for InstallCIA shinyquagsire23 2017-11-19 21:56:02 -07:00
  • de0af83719
    Merge pull request #3135 from MerryMage/d-ClearInstructionCache James Rowe 2017-11-19 16:39:04 -07:00
  • d11e8b3524 dynarmic: Update to dfbd3912a4b8e0d28e1a4045893a750f0107fbaa MerryMage 2017-11-19 23:23:03 +00:00