citra-emu
/
citra
Archived
1
0
Fork 0

Commit Graph

  • 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
  • f79c9668a3 Added shader state; WIP kernel objects Hamish Milne 2019-08-11 00:20:09 +0100
  • 45788b9c82 Added shader state serialization Hamish Milne 2019-08-08 05:25:24 +0100
  • 6f00976ab5 video_core serialization Hamish Milne 2019-08-07 17:08:52 +0100
  • ee2cae2093 Added core serialization Hamish Milne 2019-08-07 02:53:56 +0100
  • dc04774ece Added POD serialization Hamish Milne 2019-08-06 17:45:06 +0100
  • 6940c99ed6 Added boost serialization Hamish Milne 2019-08-06 15:59:31 +0100
  • f106e76132
    Port yuzu commit: "yuzu/CMakeLists: Disable implicit QString co… (#5074) Tobias 2020-02-11 13:12:09 +0100
  • 4273b967b5
    core/file_sys: Do not apply the same mods to DLCs zhupengfei 2020-02-11 14:03:07 +0800
  • 4c2c27046d Fix compilation FearlessTobi 2020-02-09 23:09:19 +0100
  • b53b4bfb17 Merge pull request #5062 from FearlessTobi/port-3173 Pengfei Zhu 2020-02-10 12:10:45 +0800
  • b81c9bd738
    fix clang format zhupengfei 2020-02-10 07:41:31 +0800
  • 7362fe48ac input_common/udp: Add missing override specifiers Lioncash 2020-02-03 09:26:50 -0500
  • 575ab92a76 input_common/udp: std::move SocketCallback instances where applicable Lioncash 2020-02-03 09:24:03 -0500
  • fcdc191107 input_common/udp: std::move shared_ptr within Client constructor Lioncash 2020-02-03 09:21:44 -0500
  • 8a0f8c3a4f udp/client: Replace deprecated from_string() call with make_address_v4() Lioncash 2020-02-03 09:19:03 -0500
  • 7d45fdc1df input_common/udp: Silence -Wreorder warning for Socket Lioncash 2020-02-03 09:15:30 -0500
  • d7a58fe24d input_common/udp: Remove unnecessary inclusions Lioncash 2020-02-03 09:10:59 -0500
  • b39a611a3d input_common/udp: Add missing header guard Lioncash 2020-02-03 09:09:06 -0500
  • d9ae4c332d
    layered_fs: Do not open all replacement files on load zhupengfei 2020-02-09 21:48:42 +0800
  • b87bc5d351
    citra_qt: Add 'Dump RomFS' menu action zhupengfei 2020-02-09 21:01:56 +0800
  • 13e2d534e9
    core: Add dump RomFS support zhupengfei 2020-02-09 20:59:31 +0800
  • 03cde53cb6 Merge pull request #5077 from FearlessTobi/port-3339 James Rowe 2020-02-08 12:49:15 -0700
  • 17e9522921
    Merge pull request #5069 from vitor-k/min-window2 James Rowe 2020-02-08 12:46:20 -0700
  • db18f6c79a
    Address review zhupengfei 2020-02-07 23:53:00 +0800
  • 2ec99b83aa
    core: Reset archive_manager on shutdown. zhupengfei 2020-02-07 23:45:02 +0800
  • 6e0afbaa19
    Fix build zhupengfei 2020-02-07 16:26:33 +0800
  • eed9de2336
    core/file_sys: Allow exheader replacement to be read from mods path zhupengfei 2020-02-07 15:55:35 +0800
  • 53d0c618a0
    core/file_sys: Read mods for the original title for updates zhupengfei 2020-02-07 14:57:32 +0800
  • 7c652a0479
    citra_qt: Add 'Open Mods Location' zhupengfei 2020-02-07 14:44:34 +0800
  • 91e5a39a08
    core/file_sys: Allow exefs mods to be read from mods path zhupengfei 2020-02-07 13:50:29 +0800
  • 8a570bf00c
    core: Use LayeredFS while reading RomFS zhupengfei 2020-02-07 13:45:10 +0800
  • 890405bb7c
    core/file_sys: LayeredFS implementation zhupengfei 2020-02-07 12:54:07 +0800
  • 83e0cc45f4
    core/file_sys: Make RomFSReader an abstract interface zhupengfei 2020-02-07 12:45:54 +0800
  • 821a35bd2b
    Merge pull request #5086 from zhaowenlan1779/swkbd-digit-fix Pengfei Zhu 2020-02-05 00:41:27 +0800
  • 05a82b15e6
    swkbd: Fix digit filter zhupengfei 2020-02-04 16:56:30 +0800
  • 6a59765332 dark themes refinements and cleanup Bartosz Kaszubowski 2020-01-26 11:50:01 +0100
  • eb0364dd5f
    citra_qt: config: Move audio to its own tab. (#5079) Tobias 2020-02-01 16:04:48 +0100
  • 3a1c68accd
    logging/backend: Change type of filename from string to const c… (#5078) Tobias 2020-02-01 16:04:18 +0100
  • e7a073e15f logging/backend: Change type of filename from string to const char* BreadFish64 2019-12-24 14:19:18 -0600
  • 203a25378e fix qss stylesheet whitespaces Bartosz Kaszubowski 2020-01-22 22:36:42 +0100
  • ff66f723bb GUI: fix minor issues with dark themes GUI: rename and reorder themes Bartosz Kaszubowski 2020-01-22 21:12:45 +0100
  • 5d502dfecc
    Merge pull request #5010 from FearlessTobi/port-2513-new James Rowe 2020-01-23 16:29:50 -0700
  • 4b7a45ccc7 yuzu/main: Specify string conversions explicitly FearlessTobi 2019-11-20 22:34:39 +0100
  • 5f20bf0e10
    Merge pull request #5073 from vitor-k/log-shader-cache-option James Rowe 2020-01-22 21:25:17 -0700
  • f3e6c4f841
    Merge pull request #5071 from jroweboy/loading-bar James Rowe 2020-01-22 21:24:43 -0700
  • 2035207dde log disk shader cache setting Vitor Kiguchi 2020-01-23 00:49:17 -0300
  • 426e214c25 Loading Screen: Vertically Center everything James Rowe 2020-01-22 17:26:27 -0700
  • 961a7b59c9 QT Frontend: Add disk shader loading progress bar James Rowe 2020-01-21 18:48:07 -0700
  • be17f0851e
    Merge pull request #5072 from jroweboy/dont-load-hwshader-when-disabled James Rowe 2020-01-22 14:18:10 -0700
  • 5fb456f17f Frontend: Prevent DiskShader option from being selected if HW Shaders are disabled James Rowe 2020-01-22 09:50:31 -0700
  • bd29261e0a Frontend: Only load disk resources if hw shader is enabled James Rowe 2020-01-22 09:27:51 -0700
  • b713fe3329 Address review comments Vitor Kiguchi 2020-01-22 12:51:04 -0300
  • c0df8271bf
    Merge pull request #5070 from jroweboy/ninja-osx-suxz James Rowe 2020-01-21 19:34:20 -0700
  • ea482a719d OSX Build: Remove ninja James Rowe 2020-01-21 18:54:05 -0700
  • 157f82141d Make a separate function for getting minimum size based on layout Vitor Kiguchi 2020-01-21 18:44:04 -0300
  • 5fd1ff08d7
    Merge pull request #5024 from jroweboy/temp-hle-audio-fix James Rowe 2020-01-21 15:30:20 -0700
  • 0dcb886ef2 clang format Vitor Kiguchi 2020-01-21 14:24:16 -0300
  • 718f04af6d Correctly treat cases when current size is smaller than the minimum defined by the layout Vitor Kiguchi 2020-01-21 13:32:51 -0300
  • 5d0353c391 correct ProcessConfigurationChanges Vitor Kiguchi 2020-01-20 22:15:24 -0300
  • 6e1a873e57 use the defined constants instead of magic numbers for screen dimensions Vitor Kiguchi 2020-01-18 18:57:13 -0300
  • 64737afdbc Change min_client_area_size based on layout Vitor Kiguchi 2020-01-04 08:59:09 -0300
  • a0f9c795c8
    Merge pull request #5043 from vitor-k/screen-rotate James Rowe 2020-01-20 18:38:06 -0700
  • c2179a1dd0 log the upright screen setting Vitor Kiguchi 2020-01-18 01:04:35 -0300
  • 5eb9a5b3bc Set hotkey for screen rotation Vitor Kiguchi 2020-01-08 18:33:37 -0300
  • be88d2a59a implement upright orientation for side and large frame layouts Vitor Kiguchi 2020-01-08 17:57:41 -0300
  • 89cab445d4 Implementation of screen rotation without use of additional layouts. This is based on what was done using additional layouts, but modified to have a variable to control rotation and making it so Single Screen Layout behaves like Upright Single would, and Default Layout behaves like Upright Double would, when the new variable is used. vitor-k 2019-10-25 20:21:10 -0300
  • 3c3fcd8ee6
    Merge pull request #5061 from FearlessTobi/port-3316 James Rowe 2020-01-19 10:24:58 -0700