citra-emu
/
citra
Archived
1
0
Fork 0

Commit Graph

  • 6eecb082b3
    Merge pull request #5115 from zhaobot/tx-update-20200301011703 Pengfei Zhu 2020-03-12 10:42:09 +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
  • 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
  • eced511382
    service/cam: Implement Vsync interrupt callbacks zhupengfei 2020-03-01 17:07:43 +0800
  • 4aeb0c32b9 Update translations (2020-03-01) The Citra Community 2020-03-01 01:31:23 +0000
  • c9b6233f59 NetworkMessage: create ErrorManager class to provide a context to tr Vitor Kiguchi 2020-02-29 20:48:58 -0300
  • d7f6cc3951 game_list_p.h: Specify the context for tr Vitor Kiguchi 2020-02-29 20:29:36 -0300
  • 2c0bd0f2a1
    travis/transifex: use HEREDOC for initializing config (#5109) Weiyi Wang 2020-02-29 13:52:34 -0500
  • 6d3d9f7a8a
    core: Add support for N3DS memory mappings (#5103) Tobias 2020-02-29 19:48:27 +0100
  • ab8cb17ab7
    Merge pull request #5111 from BreadFish64/interval Marshall Mohror 2020-02-29 11:25:04 -0600
  • 9dfb83f1e1
    Update README.md (#5097) Marshall Mohror 2020-02-29 11:13:28 -0600
  • cd46e62ad4
    Merge pull request #5110 from zhaowenlan1779/game-modding-2 Pengfei Zhu 2020-02-29 11:16:42 +0800
  • 0fe832bb49
    Make the arrays const zhupengfei 2020-02-29 09:11:34 +0800
  • cfd2ab6121 video_core: use explicit interval type in texture cache BreadFish64 2020-02-28 13:45:19 -0600
  • 9d57325a8b
    core/file_sys: Add alternative override pathes for ExeFS files zhupengfei 2020-02-28 23:36:17 +0800
  • a50ba7192b
    citra_qt: Split options into 'Specific' and 'Generic' zhupengfei 2020-02-28 18:26:20 +0800
  • f3e9780d10
    ffmpeg: Avoid listing child classes for AVFormatContext and AVCodecContext zhupengfei 2020-02-28 16:40:13 +0800
  • a28eac08ae
    ffmpeg: Properly handle non-planar formats zhupengfei 2020-02-27 16:37:06 +0800
  • c9c26955d2
    dumping_dialog: Prompt when path is empty zhupengfei 2020-02-25 18:58:46 +0800
  • 8868d4db86
    citra_qt: Fixed a bug when dumping dialog is cancelled or closed zhupengfei 2020-02-23 12:25:48 +0800
  • c38202bd30
    dumping_dialog: Add a line edit for the options zhupengfei 2020-02-22 11:18:55 +0800
  • 0a4be71913
    citra_qt: Add simple video dumping error reporting zhupengfei 2020-02-01 22:17:08 +0800
  • 71c64c2617
    citra_qt: Use the new dumping dialog zhupengfei 2020-02-01 12:38:46 +0800
  • f82ba41fe0
    citra_qt/dumping: Add dumping dialog zhupengfei 2020-02-01 12:38:13 +0800
  • e769d90aa8
    citra_qt/dumping: Add options dialog zhupengfei 2020-02-01 12:35:00 +0800
  • 94bc09d3ae
    citra_qt/dumping: Add option set dialog zhupengfei 2020-02-01 12:34:20 +0800
  • 8c4bcf9f59
    ffmpeg: Add ListFormats and ListEncoders zhupengfei 2020-02-01 12:28:13 +0800
  • 4161163d9c
    ffmpeg: Correctly handle sample rates zhupengfei 2020-02-01 12:23:07 +0800
  • 8b9c01ded9
    ffmpeg: Correctly handle sample format zhupengfei 2020-02-01 11:28:57 +0800
  • 17461b5d11
    ffmpeg: Correctly set pixel format zhupengfei 2020-02-01 11:22:41 +0800
  • 834da14329
    citra, citra_qt: Add video dumping config read/write zhupengfei 2020-01-29 14:57:16 +0800
  • 016f8be0b8
    core/dumping: Allow format/encoder selection+configuration zhupengfei 2020-01-29 14:54:39 +0800
  • 3c6765e87c
    core: Properly std::move things around zhupengfei 2020-01-28 22:19:36 +0800
  • 06a0d86e9c
    video_core, core: Move pixel download to its own thread zhupengfei 2020-01-28 21:57:30 +0800
  • ebeea43fb8 Load RSA slot_0 data from bootrom; load and decrypt data from native firm for NCCHSecure2 keyslot B3n30 2020-02-26 16:43:53 +0100
  • 5b54a99f96
    Merge pull request #5088 from zhaowenlan1779/layered-fs Pengfei Zhu 2020-02-25 07:48:10 +0800
  • 8fedd5c240 gdbstub: small logic bug fix with defer_start Gauvain "GovanifY" Roussel-Tarbouriech 2020-02-24 14:30:24 +0100
  • d8bb37fc2f gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization Gauvain "GovanifY" Roussel-Tarbouriech 2020-02-23 21:33:49 +0100
  • 1dfcb0937e
    Merge pull request #5105 from GovanifY/master Pengfei Zhu 2020-02-23 22:31:09 +0800
  • cff00f38c5
    Implements fdk_aac decoder (#4764) liushuyu 2020-02-23 03:01:21 -0700
  • 8eacfceb6a
    layered_fs: Fix missing file size update zhupengfei 2020-02-23 15:22:41 +0800
  • 3ae1b5e2d6
    Merge pull request #5047 from BreadFish64/patch-3 Marshall Mohror 2020-02-22 21:18:08 -0600
  • 2a616fcc5e ipc_debugger: Fixing NULL ptr call on multiple clear Gauvain "GovanifY" Roussel-Tarbouriech 2020-02-23 03:54:29 +0100
  • 59c159e8a0
    Merge pull request #5087 from FearlessTobi/port-3374 James Rowe 2020-02-22 14:54:45 -0700
  • 688e44bc8b
    videocore/renderer_opengl/gl_rasterizer_cache: Move bits per pixel table out of function (#5101) Marshall Mohror 2020-02-22 15:37:42 -0600
  • 276d56ca9b Add CPU Clock Frequency slider James Rowe 2019-12-15 22:04:33 -0700
  • 670119ef86 android: use cmake 3.10 BreadFish64 2020-02-21 16:47:04 -0600
  • 990d27f4f9 Remove C++ standard flag Marshall Mohror 2020-02-20 09:04:37 -0600
  • 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
  • 996f1546b2
    core: Remove outdated MSVC workarounds (#5099) Marshall Mohror 2020-02-20 13:40:21 -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
  • 4991c0121a
    Remove duplicate code from the migration of frame limit to gene… (#5091) Vitor K 2020-02-15 10:38:20 -0300
  • 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
  • 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