Commit Graph

  • 0a09376dcf core: Add support for N3DS memory mappings FearlessTobi 2020-02-21 21:18:55 +0100
  • 55ec7031cc
    Core timing 2.0 (#4913) Ben 2020-02-21 19:31:32 +0100
  • e3dbdcbdff
    HTTP_C::Implement Context::MakeRequest (#4754) Ben 2020-02-21 19:04:04 +0100
  • f6f6f8d01e httplib compatibility Brian Clinkenbeard 2020-02-18 17:14:03 -0800
  • 4b937af7c9 Update httplib to 0.5.5 Brian Clinkenbeard 2020-02-17 20:13:24 -0800
  • 6298282b61 fix CMake build errors for certain SDL2 installations Brian Clinkenbeard 2020-02-17 13:01:40 -0800
  • d81c10d8f8 videocore/renderer_opengl/gl_rasterizer_cache: Move bits per pixel table out of function BreadFish64 2020-02-20 23:09:29 -0600
  • 91e1653cc7 Implement the SDLGameController class to handle open game controllers. Based on the SDLJoystick implementation. Vitor Kiguchi 2020-02-20 23:47:49 -0300
  • 3b4b95c0b3 Use the SDL_INIT_GAMECONTROLLER flag to initialize the controller subsystem. It automatically initializes the joystick subsystem too, so SDL_INIT_JOYSTICK is not needed. Vitor Kiguchi 2020-02-20 22:20:25 -0300
  • 98faabfe6a Implement the basics of controller auto mapping. From testing doesn't currenlty work. Opening the controller requires the device index, but it is only known and guaranteed at boot time or when a controller is connected. Vitor Kiguchi 2020-02-20 20:40:41 -0300
  • 996f1546b2
    core: Remove outdated MSVC workarounds (#5099) Marshall Mohror 2020-02-20 13:40:21 -0600
  • 9bdabed5e4
    android: remove getCMakeVersion Marshall Mohror 2020-02-20 09:36:51 -0600
  • 8b180e2cd1
    android: update build tools on Bitrise Marshall Mohror 2020-02-20 09:23:32 -0600
  • 943709a74f
    Update cmake version requirement Marshall Mohror 2020-02-20 09:11:14 -0600
  • 45abd2ed4a
    android: remove cmake update step from bitrise Marshall Mohror 2020-02-20 09:06:36 -0600
  • bc4742f42e
    Remove C++ standard flag Marshall Mohror 2020-02-20 09:04:37 -0600
  • 8d25548c5c core/hle/service/hid: Remove MSVC workaround BreadFish64 2020-02-19 22:59:44 -0600
  • 19d1356e30 core/hw/gpu: Remove outdated MSVC workarounds BreadFish64 2020-02-19 22:53:23 -0600
  • d50432e46b
    Update README.md Marshall Mohror 2020-02-18 22:15:51 -0600
  • a487016cb4
    core, citra_qt: Implement a save states file format and slot UI zhupengfei 2020-02-18 13:19:52 +0800
  • 7d880f94db
    Add simple zstd compression zhupengfei 2020-02-16 23:25:30 +0800
  • a50146fdf3 Replace non-commercial icons with free icons from icons8 Guo Yunhe 2020-02-13 15:04:00 +0200
  • 4991c0121a
    Remove duplicate code from the migration of frame limit to gene… (#5091) Vitor K 2020-02-15 10:38:20 -0300
  • 25b22bf0b7 use config mode for finding SDL2 with CMake Brian Clinkenbeard 2020-02-10 19:56:33 -0800
  • 57efc41973
    service/cecd: Add missing SessionData serialization zhupengfei 2020-02-14 17:15:08 +0800
  • 7e8041df28
    kernel/timer: Add missing base object zhupengfei 2020-02-14 17:13:53 +0800
  • bc12a847a3 Set mouse hide timeout as a constant Vitor Kiguchi 2020-02-13 14:11:22 -0300
  • 035ae96461 Only enable the mouse hide option when emulation is not running Vitor Kiguchi 2020-02-11 20:05:11 -0300
  • cb5848a24e Add and implement option to hide mouse on iniactivity + clang format Vitor Kiguchi 2020-02-11 16:06:01 -0300
  • 5aa5cd6064 Fix externals/boost spec zhupengfei 2020-02-13 17:26:21 +0800
  • 246ae84a52 Pretty sure ARM/Thread serialization works now Hamish Milne 2020-01-20 21:32:38 +0000
  • c983528862 Reworked DSP serialization Hamish Milne 2020-01-19 22:49:22 +0000
  • 55c75b5e3e Add ClearAll to rasterizer cache for fully wiping the cache on save/load James Rowe 2020-01-16 23:17:55 -0700
  • 3e34ad6890 Hack: Workaround crash when loading state and gyro is used James Rowe 2020-01-16 23:17:07 -0700
  • 0effb229cd Fix geometry pipeline; attempt to fix motion controls Hamish Milne 2020-01-17 07:58:40 +0000
  • 35c3ca995c Fixed a bug (??) in arm_dynarmic where PageTableChanged could reset the CPU context Hamish Milne 2020-01-17 01:34:03 +0000
  • b2370ea353 Fixed setting the right DSP service on deserialization Hamish Milne 2020-01-17 01:01:18 +0000
  • 2217b3558d Fixed file services serialization Hamish Milne 2020-01-16 00:53:20 +0000
  • c24ea0f0ee Serialize core timing Hamish Milne 2020-01-12 20:01:29 +0000
  • 8abc5525be Added Signals; more runtime fixes Hamish Milne 2020-01-12 00:24:44 +0000
  • e4f05884c3 Fixed serialization runtime exceptions Hamish Milne 2020-01-11 16:33:48 +0000
  • ca971ff31f Serialize file/directory services Hamish Milne 2020-01-10 23:47:39 +0000
  • 9525d81344 More base-derived fixes Hamish Milne 2020-01-08 23:19:49 +0000
  • 996aba39fe Correct exports; add some file serialization; fix service base object serialization Hamish Milne 2020-01-08 22:13:56 +0000
  • f2de70c3fb Fix crash bugs Hamish Milne 2020-01-06 23:20:18 +0000
  • 116d22d562 Refactor out the wakeup_callback function pointer Hamish Milne 2020-01-06 20:03:40 +0000
  • 7019561fd5 Bind NWM_UDS service in the constructor Hamish Milne 2020-01-05 16:42:04 +0000
  • 96432589bd Use shared_ptr for PageTable Hamish Milne 2020-01-05 16:35:01 +0000
  • e4afa8e512 Make the tests pass Hamish Milne 2020-01-05 13:26:16 +0000
  • 65d96bf6c1 Changed u8* to MemoryRef Hamish Milne 2020-01-04 22:39:54 +0000
  • cf985631e0 Minor tidying up Hamish Milne 2020-01-04 00:40:32 +0000
  • 26e90a99cd Added basic UI; misc memory fixes Hamish Milne 2020-01-03 17:19:59 +0000
  • 558e710e17 Finished archives; remove pod.h Hamish Milne 2020-01-03 14:00:10 +0000
  • 2bf5b46460 Basic archive backend serialization Hamish Milne 2020-01-02 23:34:26 +0000
  • 2d2c7218ef Serialize CECD, CFG services Hamish Milne 2020-01-02 00:45:58 +0000
  • ef2e503281 Serialize QTM, Y2R services Hamish Milne 2020-01-01 22:57:21 +0000
  • 92857efca4 Serialize PTM service Hamish Milne 2020-01-01 22:36:58 +0000
  • f5e2f873b0 Serialize NWM service Hamish Milne 2020-01-01 21:31:52 +0000
  • 571b1062f0 Serialize NIM, PS, PXI, SOC, SSL services Hamish Milne 2020-01-01 00:58:36 +0000
  • 2409ee39cb Serialize IR, MVD, NDM, NEWS, NFC Hamish Milne 2019-12-31 20:39:38 +0000
  • 3d6e372f96 More clang format fixes. Really need to standardise the version of this Hamish Milne 2019-12-30 17:02:44 +0000
  • 01ec2e8a67 Serialize MIC service Hamish Milne 2019-12-30 16:53:57 +0000
  • e3c0211b74 Fix clang format Hamish Milne 2019-12-30 16:15:41 +0000
  • eb67167b7c Serialize IR service Hamish Milne 2019-12-30 16:07:03 +0000
  • 8bd3e8cd27 Serialize HTTP service Hamish Milne 2019-12-30 15:20:13 +0000
  • 74361fa3fb Serialize HID service Hamish Milne 2019-12-30 14:46:35 +0000
  • 30494c06a4 Serialize GSP service Hamish Milne 2019-12-30 12:45:22 +0000
  • 754f63af1a Don't require cmake 3.15 Hamish Milne 2019-12-30 10:23:20 +0000
  • 9877bf7d48 Change how the boost target works; disable external warnings in MSVC Hamish Milne 2019-12-30 00:51:06 +0000
  • a0ac302a93 Definitely disable using system boost if version doesn't match Hamish Milne 2019-12-28 23:36:12 +0000
  • d041901a30 Some more CI fixes Hamish Milne 2019-12-28 23:13:39 +0000
  • c7106e232f Fix a bug on mingw Hamish Milne 2019-12-28 13:53:12 +0000
  • d6862c2fca Some CI fixes Hamish Milne 2019-12-27 22:45:00 +0000
  • 7b846ffa98 clang-format fixes Hamish Milne 2019-12-27 21:07:29 +0000
  • d482fb359c Attempting to fix mingw on windows Hamish Milne 2019-12-27 20:36:17 +0000
  • 6917eaf53b Use load_construct_data for kernel objects Hamish Milne 2019-12-27 18:52:33 +0000
  • 3ed8d95866 Serialize FS service; some compiler fixes Hamish Milne 2019-12-27 11:46:10 +0000
  • d1096de245 Added FRD service serialization Hamish Milne 2019-12-26 19:09:55 +0000
  • 4354179156 Added ERR service serialization Hamish Milne 2019-12-26 18:14:22 +0000
  • 452ae2e371 Added DSP service serialization Hamish Milne 2019-12-26 18:10:38 +0000
  • 30fe2bfe38 Added DLP service serialization Hamish Milne 2019-12-26 18:02:59 +0000
  • a0c3b91785 Added CSND serialization Hamish Milne 2019-12-26 17:56:44 +0000
  • 17b9cbefef CAM service serialization Hamish Milne 2019-12-26 10:37:43 +0000
  • 1185d62792 BOSS service serialization Hamish Milne 2019-12-25 23:19:01 +0000
  • 5265c79056 APT service serialization Hamish Milne 2019-12-25 21:43:51 +0000
  • 3e752002c4 Replace g_kernel with Core::Global etc. Hamish Milne 2019-12-25 18:51:56 +0000
  • e707685c2a Serialize AM services Hamish Milne 2019-12-24 23:53:51 +0000
  • 89e4e49a63 Finished AC and ACT service serialization Hamish Milne 2019-12-24 23:17:24 +0000
  • 3fd5c431f1 Service serialization framework; done AC Hamish Milne 2019-12-24 22:39:02 +0000
  • ac0337d8df Started IPC services serialization Hamish Milne 2019-12-24 17:49:56 +0000
  • 7a5bde0b44 Serialize service manager, server prt Hamish Milne 2019-12-23 11:41:07 +0000
  • 4f95575d41 Serialize some more kernel objects Hamish Milne 2019-12-22 23:37:17 +0000
  • 8c81500dee Serialize kernel/hle/memory Hamish Milne 2019-12-22 18:35:03 +0000
  • 050c3bdee5 Serialize primitive_assembly Hamish Milne 2019-12-22 16:06:26 +0000
  • c284192a87 Serialize geometry_pipeline Hamish Milne 2019-12-22 15:53:04 +0000
  • acc89b2251 Fixed an include Hamish Milne 2019-12-21 23:37:41 +0000
  • dc0d1ebc95 Added a TODO Hamish Milne 2019-08-13 17:37:04 +0100
  • f557d26b40 Added CPU, mutex, process, thread, timer Hamish Milne 2019-08-12 17:01:33 +0100
  • 06891d9454 Added client/server objects Hamish Milne 2019-08-11 22:29:00 +0100
  • 5035e68dad Added derived kernel objects Hamish Milne 2019-08-11 15:19:45 +0100