Commit Graph

  • f8d717bc7a
    Use the correct directory for Qt Plugins (#5148) James Rowe 2020-03-28 09:20:48 -0600
  • 09da1dcf55
    flatpak: Update runtime version Pengfei Zhu 2020-03-28 23:10:45 +0800
  • 025960bcdd Attempt to fix flatpak CI Hamish Milne 2020-03-28 15:10:35 +0000
  • 03379b2072 Merge remote-tracking branch 'upstream/master' into feature/savestates-2 Hamish Milne 2020-03-28 12:46:24 +0000
  • 7049af744f Merge remote-tracking branch 'upstream/master' into feature/savestates-2 Hamish Milne 2020-03-28 12:33:21 +0000
  • 1ff8d002a9
    Merge pull request #5025 from jroweboy/tomoscrewme Hamish Milne 2020-03-28 12:31:41 +0000
  • 3edc4a3055
    service/ldr_ro: Fix CRO loading when the buffer contained multiple VM areas (#5125) Pengfei Zhu 2020-03-28 20:26:54 +0800
  • 5a6093843e Remove the TODO (since it's all done now!) Hamish Milne 2020-03-28 12:04:00 +0000
  • 232b52a27d Minor cleanup Hamish Milne 2020-03-28 09:59:45 +0000
  • 475b0fb159
    Merge pull request #5156 from FearlessTobi/port-3550 Schplee 2020-03-27 15:56:48 -0700
  • 3d1180ee21 DSP now works... committing this!! Hamish Milne 2020-03-27 22:19:29 +0000
  • 7357c2191f
    Minor Readme Changes Tobias 2020-03-27 23:02:06 +0100
  • 650d50c212 input_common/udp: Fix clang build issues ReinUsesLisp 2020-03-18 04:03:18 -0300
  • b6f9de379d input_common/udp: Fix Linux build by using a backwards compatible way of error checking FearlessTobi 2020-03-17 12:45:03 +0100
  • 1dd263432d input/udp - Add minor error handling to prevent bad input from crashing James Rowe 2020-03-03 23:46:05 -0700
  • cf8ecb21c7 input/udp - Dont log on invalid packet received James Rowe 2020-03-03 19:52:06 -0700
  • 1310c86980 Address second part of review comments FearlessTobi 2019-11-03 08:07:04 +0100
  • c7cad6034f Address review comments FearlessTobi 2019-11-03 07:04:28 +0100
  • 5604613642 More merge fixes Hamish Milne 2020-03-27 21:48:58 +0000
  • 7cef070971 early return Khang 2020-03-27 16:15:47 -0400
  • 96d4fc62a9 don't dump textures that aren't a power of 2 Khang 2020-03-26 21:59:02 -0400
  • 5dbf334ef1
    Revert "Use immutable storage when available (#5053)" (#5151) Marshall Mohror 2020-03-26 19:01:18 -0500
  • 036d0aacc3 Revert "Use immutable storage when available (#5053)" Marshall Mohror 2020-03-26 19:00:18 -0500
  • e8b79683ac add program counter in unmapped memory access log messages badda71 2020-03-26 23:47:34 +0100
  • 6f9a606de4
    use target_include_directories Marshall Mohror 2020-03-26 13:47:18 -0500
  • 4008be436f
    Replace non-commercial icons with free icons from icons8 (#5093) Guo Yunhe 2020-03-26 20:40:03 +0200
  • 9226bffa96
    Set render window to also accept focus via tabbing (Qt::StrongFocus) (#5089) Vitor K 2020-03-26 15:36:49 -0300
  • 61b3e988a6
    remove byte order mark Marshall Mohror 2020-03-26 13:21:17 -0500
  • 407fd15515
    Use immutable storage when available (#5053) James Rowe 2020-03-26 11:53:55 -0600
  • cf4ac1c5b9 Use the correct directory for Qt Plugins James Rowe 2020-03-25 22:13:59 -0600
  • feb5b5a394
    common: include algorithm thread_queue_list.h (#5147) Marshall Mohror 2020-03-25 22:23:39 -0500
  • d3c4587d1c
    common: include algorithm thread_queue_list.h Marshall Mohror 2020-03-25 21:54:46 -0500
  • 480d3aaf19
    common: Port some changes from dolphin (#5127) Vitor K 2020-03-25 16:33:37 -0300
  • d6ebde99a4 Port yuzu-emu/yuzu#3261: "core/memory + arm/dynarmic: Use a global offset within our arm page table" BreadFish64 2020-01-06 15:02:29 -0600
  • 1e96c7d411 src/core/arm/dynarmic: use std::optional and std::variant BreadFish64 2020-03-25 13:59:50 -0500
  • 27cc1553ef externals/dynarmic: update to the latest version BreadFish64 2020-03-25 13:58:53 -0500
  • 3f21597cb4 Add option to configure to download system files from Nintendo Update Service B3n30 2020-03-25 17:25:59 +0100
  • 25ebf03c35
    Merge pull request #5120 from zhaowenlan1779/file-write Pengfei Zhu 2020-03-22 01:00:31 +0800
  • b87a15c6b2
    citra_qt: Only resume the game if it wasn't paused zhupengfei 2020-03-22 00:56:57 +0800
  • 8722b970c5
    Merge pull request #5137 from jbeich/freebsd Pengfei Zhu 2020-03-21 12:57:25 +0800
  • 22bfa7b5de
    ffmpeg: Misc fixes zhupengfei 2020-03-21 12:02:21 +0800
  • bb3decb983 video_core: don't use NULL for non-pointer after a7d3489dc9 Jan Beich 2020-03-19 00:07:48 +0000
  • 37384174d9 fix formatting for media-ndk BreadFish64 2020-03-17 21:15:33 -0500
  • ed51f06097 fix path usage in InstallCia B3n30 2020-03-17 13:40:58 +0100
  • 89b603a15f input_common/udp: Fix Linux build by using a backwards compatible way of error checking FearlessTobi 2020-03-17 12:45:03 +0100
  • d891a5471f input/udp - Add minor error handling to prevent bad input from crashing James Rowe 2020-03-03 23:46:05 -0700
  • 2d12a04594 Frontend/SDL - Provide proper default for UDP input James Rowe 2020-03-03 20:05:42 -0700
  • 95c1a49164 input/udp - Dont log on invalid packet received James Rowe 2020-03-03 19:52:06 -0700
  • 70084fe0d0 Replace GetString with Get function FearlessTobi 2019-11-10 19:42:24 +0100
  • c88e185ebe Address second part of review comments FearlessTobi 2019-11-03 08:07:04 +0100
  • af0ef90229 Address review comments FearlessTobi 2019-11-03 07:04:28 +0100
  • d5261797f0 Microprofile: Allow accessing token. Fernando Sahmkow 2020-03-12 10:50:48 -0400
  • 3410b96400
    mediandk for android (#4921) zhang wei 2020-03-17 10:07:22 +0800
  • 4067afe574
    Merge branch 'master' into mediandk Marshall Mohror 2020-03-16 21:06:01 -0500
  • 590099a17a
    CFG: Let GetSystemModel report model based on Settings:is_new_3ds (#5104) Ben 2020-03-16 20:05:06 +0100
  • a7d3489dc9
    video_core: add texture filtering (#5017) Marshall Mohror 2020-03-16 09:42:05 -0500
  • eaaa76b922 Adressed review comments B3n30 2020-03-15 21:19:41 +0100
  • a4457d871c Log if common key during Ticket::Load is missing B3n30 2020-03-15 20:58:43 +0100
  • 1d92343344 fix more review comments B3n30 2020-03-15 19:00:26 +0100
  • 2465fd423a fix review comments B3n30 2020-03-15 18:57:29 +0100
  • 391580c658 fix clang-format B3n30 2020-03-15 18:42:53 +0100
  • ae4ba287d5 warn if cia contend is encrypted B3n30 2020-03-15 17:54:13 +0100
  • cc7a7142b2 common/file_util.cpp: address review comments Vitor Kiguchi 2020-03-15 13:09:19 -0300
  • 315eda01e6 fix minor issue in config dialog BreadFish64 2020-03-14 17:17:14 -0500
  • e5f8610d0b fix interaction with custom textures BreadFish64 2020-03-14 16:59:09 -0500
  • d8a89f807e convert usages of textureOffset to macros BreadFish64 2020-03-14 15:21:48 -0500
  • 172ace4dfe generate shader headers with cmake BreadFish64 2020-03-14 15:21:29 -0500
  • 55cff0ce93 File/IOFile: Check _tfopen_s properly Sepalani 2017-06-17 02:16:58 +0100
  • 38f74186ff do not assign in conditional statements Shawn Hoffman 2017-06-07 04:42:41 -0700
  • d9bff8c672 fix various instances of -1 being assigned to unsigned types Shawn Hoffman 2017-06-07 04:16:02 -0700
  • dfffde1d8a IOFile: Make the move constructor and move assignment operator noexcept Lioncash 2017-01-04 18:15:53 -0500
  • cc621c2157 fix anime4k temp tex initialization BreadFish64 2020-03-12 20:10:07 -0500
  • 2e0f15b7df fix clang format BreadFish64 2020-03-12 19:43:03 -0500
  • 1d6d45d6c9 video_core: add bicubic texture filter BreadFish64 2020-03-12 19:37:10 -0500
  • ab4c791e61 QT: add texture filter configuration BreadFish64 2020-03-12 18:29:05 -0500
  • a07cf443aa SDL: add texture filter configuration BreadFish64 2020-03-12 18:28:50 -0500
  • ca0c86c000 video_core: add anime4k texture filter BreadFish64 2020-03-12 18:27:56 -0500
  • 6c4e726284 video_core: add xbrz texture filter BreadFish64 2020-03-12 18:27:29 -0500
  • ee6ea73a50 video_core: add texture filtering support BreadFish64 2020-03-12 18:26:07 -0500
  • b4dc8fbfc8 overhaul BreadFish64 2020-03-12 13:53:43 -0500
  • ad3c464e2d
    Merge pull request #5116 from zhaowenlan1779/cam-vsync Pengfei Zhu 2020-03-12 10:42:39 +0800
  • 6eecb082b3
    Merge pull request #5115 from zhaobot/tx-update-20200301011703 Pengfei Zhu 2020-03-12 10:42:09 +0800
  • 3d15930f25 anime4k working BreadFish64 2020-03-11 20:37:18 -0500
  • 6a36eba4d9
    service/ldr_ro: Handle multiple areas in VerifyBufferState zhupengfei 2020-03-10 13:31:09 +0800
  • d7514a5121
    vm_manager: Handle multiple areas in ChangeMemoryState zhupengfei 2020-03-10 13:23:30 +0800
  • da3ab3d56e Merge branch 'master' into feature/savestates-2 Hamish Milne 2020-03-07 21:23:08 +0000
  • 7b057fe110
    Added a search path in FindSDL2 for Ubuntu Budgie Erik Desjardins 2020-03-06 23:55:41 -0500
  • 8e3960b409 sdl_joystick: disable the use of the hidapi drivers due to many problems caused by them. The main problem is the loss of compatibility with some controllers, but there are also unwanted changes to the behaviour of PS4 controllers (hardcoded lightbar color). Vitor Kiguchi 2020-03-04 21:08:26 -0300
  • 4ad9aa50e3 sdl_joystick: disable the use of the hidapi drivers due to many problems caused by them. The main problem is the loss of compatibility with some controllers, but there are also unwanted changes to the behaviour of PS4 controllers (hardcoded lightbar color). Vitor Kiguchi 2020-03-04 21:08:26 -0300
  • aa43399011 Bump bundled sdl2 and appveyor to sdl2.0.10 Vitor Kiguchi 2020-02-22 22:46:30 -0300
  • fc251b32b0
    service/fs: Update file size on write zhupengfei 2020-03-05 14:50:08 +0800
  • 7afcc0d658
    Merge pull request #5106 from GovanifY/master Pengfei Zhu 2020-03-03 23:53:28 +0800
  • 1223dde349 second translation update The Citra Community 2020-03-03 07:08:42 +0000
  • 28014496c6
    Fix incorrect port_id use zhupengfei 2020-03-03 12:13:45 +0800
  • 2dbe9d755a code cleanup BreadFish64 2020-03-02 13:49:30 -0600
  • 4cf759ffda Clamp Anime4k at 2x BreadFish64 2020-02-21 16:39:09 -0600
  • a9f6b76ba3 explicit QString literals BreadFish64 2020-02-21 16:25:28 -0600
  • c61661391b fix trailing whitespace BreadFish64 2020-02-21 15:58:00 -0600
  • e753731a45 address review move licenses and glsl to cpp files BreadFish64 2020-01-22 22:36:27 -0600
  • 4187f006ca refine xbrz shader BreadFish64 2020-01-21 23:09:40 -0600