Commit Graph

  • ff56fdf37d fix recycling custom textures BreadFish64 2021-02-08 15:38:30 -0600
  • 3604df48e2
    CMakeLists: Require FFmpeg 4.0 zhupengfei 2020-07-22 18:00:59 +0800
  • 163ffbd52b
    CMake: Copy avfilter dll for MSVC zhupengfei 2020-06-24 15:54:06 +0800
  • bb06eb8c24
    dumping/ffmpeg_backend: Add HW context support zhupengfei 2020-06-14 10:36:37 +0800
  • b4c800c715
    dumping/ffmpeg_backend: Add FPS filter zhupengfei 2020-06-13 18:58:46 +0800
  • e770fd6e95
    Merge pull request #5707 from vitor-k/mod-scale Pengfei Zhu 2021-02-08 13:14:19 +0800
  • 996ca25a2e
    core_timing: Lock CoreTiming event queue while deserializing zhupengfei 2021-02-08 11:24:05 +0800
  • b2531310b4
    Minor improvements to the UX zhupengfei 2020-10-14 22:35:20 +0800
  • f8eb9a541d
    citra_qt: Fix potential indeterminstism caused by starting record/playback zhupengfei 2020-08-27 22:27:29 +0800
  • e60e20666e
    citra_qt: Allow enabling frame advance before emulation start zhupengfei 2020-07-23 18:49:17 +0800
  • d6b64f6b09
    citra_qt: Simplify movie recording code zhupengfei 2020-07-23 14:10:16 +0800
  • 1780f8b5b8
    core/movie: Add MovieFinished mode zhupengfei 2020-07-08 23:56:37 +0800
  • e188f86582
    core/movie: Add future event and timeline check zhupengfei 2020-07-08 21:24:50 +0800
  • b6f8cc884f
    citra: Update SDL frontend zhupengfei 2020-07-07 19:24:44 +0800
  • fb14bd956a
    citra_qt: Add indicator in status bar zhupengfei 2020-07-07 00:15:26 +0800
  • 113e0c7331
    citra_qt: Rebuilt movie frontend zhupengfei 2020-07-06 21:44:17 +0800
  • 5a42a80f40
    core/movie: Allow setting a playback completion callback zhupengfei 2020-07-07 16:38:24 +0800
  • 06bc37a67d
    core/movie: Remove program ID checks zhupengfei 2020-07-03 22:14:26 +0800
  • bd88667247
    core/movie: Add a few fields zhupengfei 2020-06-30 22:48:10 +0800
  • ebaa225bcb
    core: Add read-only mode and separate savestate slots for movies zhupengfei 2020-06-29 22:32:24 +0800
  • 8290423d16
    bootmanager: fix memory leaks when loading save states liushuyu 2020-12-12 02:09:29 -0700
  • 2e3834f880
    Fix macos build (#5703) Vitor K 2021-02-07 05:40:10 -0300
  • 12806b8993 ...clang-format xperia64 2021-02-07 03:39:29 -0500
  • 1c69a03ce4 Avoid leaking fences during re-presentation xperia64 2021-02-07 03:23:45 -0500
  • 00c798991c
    remove semicolon Marshall Mohror 2021-02-05 08:25:02 -0600
  • 611b186a97 configure_input: set modifier_scale undonditionally when restoring default Vitor Kiguchi 2021-02-04 14:19:41 -0300
  • 6b2e7b77cc
    Merge pull request #5657 from FearlessTobi/port-5158 Marshall Mohror 2021-02-04 10:51:29 -0600
  • e2adb51494
    Merge pull request #5693 from FearlessTobi/port-5342 Marshall Mohror 2021-02-04 10:50:32 -0600
  • a1d6396a90
    Merge pull request #5695 from FearlessTobi/port-4942 Marshall Mohror 2021-02-04 10:50:00 -0600
  • a0ef877a9f fx issues weihuoya 2021-02-04 19:46:35 +0800
  • a131f9eb74 gl_rasterizer_cache: don't place null textures in the recycler BreadFish64 2021-02-03 13:29:03 -0600
  • 2461f67a98
    Merge pull request #5671 from FearlessTobi/port-5217 Marshall Mohror 2021-02-03 10:22:38 -0600
  • fa67789dcd
    Merge pull request #5667 from zhaobot/tx-update-20210101011718 Marshall Mohror 2021-02-03 10:20:36 -0600
  • 2539215f18
    Merge pull request #5660 from FearlessTobi/port-5166 Marshall Mohror 2021-02-03 10:19:38 -0600
  • b94f94bb57 Partially revert "Band-aid solution for 'Disk Shader Cache' (#5188)" SachinVin 2021-02-03 00:29:23 +0530
  • 85e9ba897d gl_rasterizer_cache: Recycle host textures Allocating new textures has fairly high driver overhead. We can avoid some of this by reusing the textures from destroyed surfaces since the game will probably create more textures with the same dimensions and format. BreadFish64 2021-02-02 20:46:25 -0600
  • 935e88a580 gl_rasterizer_cache: Remove all fully invalid surfaces from the cache Some games (e.g. Pilotwings Resort) create many surfaces that are invalidated quickly but were never removed. This occasionally lead to large lag spikes due to high lookup times and other data structure management overhead. BreadFish64 2021-02-02 20:43:41 -0600
  • 9e7adba945 renderer_opengl.cpp: fix sanitize_mul check for disk shader cache SachinVin 2021-02-03 00:25:13 +0530
  • 483ead5271 minor fx for mali gpu weihuoya 2021-02-02 15:20:21 +0800
  • 75f9c2cc13 configure_input: fix modifier scale saving Vitor Kiguchi 2021-01-30 23:39:35 -0300
  • 5aab825724 fx mali perfomance weihuoya 2021-01-27 19:52:53 +0800
  • 0a12103897
    Use || true to ignore brew installation errors Vitor K 2021-01-26 19:16:01 -0300
  • 8df502a688
    Implement APT command 0x0103 (#5478) xperia64 2021-01-26 20:27:52 +0000
  • ccb9105d43
    Merge pull request #2 from lasscat/lasscat-return-none lasscat 2021-01-26 09:05:52 -0800
  • 039c0198e1
    Update citra.py lasscat 2021-01-26 08:59:21 -0800
  • ca2dbf1f23
    Update deps.sh Vitor K 2021-01-26 13:20:51 -0300
  • 45f8189134
    bootmanager: fix memory leaks when loading save states liushuyu 2020-12-12 02:09:29 -0700
  • 93c689b1f9 use linear filter weihuoya 2021-01-18 14:45:32 +0800
  • 8d2e28cf76 core: Make use of [[nodiscard]] with the System class FearlessTobi 2021-01-17 19:05:43 +0100
  • aeba818634 citra_qt: Migrate off of setMargin() to setContentsMargins() FearlessTobi 2021-01-17 02:48:52 +0100
  • 2ee3833dfc src/CMakeLists: Enforce multiple warnings on MSVC FearlessTobi 2021-01-17 02:35:36 +0100
  • d4930a091f remove texture load hack weihuoya 2021-01-15 23:19:10 +0800
  • 2ccc53fb54 fix travis clang format error D 2021-01-11 05:29:48 -0500
  • 9fefa8fea6 Signed-off-by: Timmy5942 <tmetcarth@yahoo.com> Timmy5942 2021-01-09 19:01:23 +0000
  • 7c6d7905a4
    Merge pull request #5670 from FearlessTobi/port-5277 Pengfei Zhu 2021-01-09 22:10:27 +0800
  • bf25ba263b fx minor issues weihuoya 2021-01-07 16:36:58 +0800
  • e33677b021
    Add 3D slider value to the HID shared page (#5676) xperia64 2021-01-05 21:01:01 +0000
  • d964713ff3 Use f32 xperia64 2021-01-05 15:16:25 -0500
  • fa16766144 Add 3D slider value to the HID shared page; Fixes MSet xperia64 2021-01-03 23:20:41 -0500
  • 10f440cb59 common/telemetry: Migrate namespace into the Common namespace Lioncash 2020-08-18 14:21:50 -0400
  • 9c08409e0e externals: Update Xbyak to 5.96 Lioncash 2020-08-30 04:58:45 -0400
  • e651111ae0 common/fileutil: Convert namespace to Common::FS FearlessTobi 2020-08-28 15:53:28 +0200
  • 4a2f301152 Resolve compilation errors related to the Color namespace change FearlessTobi 2020-08-28 15:49:11 +0200
  • 8f120252b1 common/color: Migrate code over to the Common namespace Lioncash 2020-08-18 14:27:39 -0400
  • ddb4135dea main/common: Log/append AVX/FMA to the Host CPU string if available and add AVX512 detection FearlessTobi 2020-08-09 01:55:26 +0200
  • 52fe6daa53 common/telemetry: Migrate core-independent info gathering to common Lioncash 2018-08-14 18:48:28 -0400
  • 045d20e076 xbyak_abi: Prefer returning a struct to using out parameters in ABI_CalculateFrameSize MerryMage 2020-06-15 19:04:29 +0100
  • a841ce6451 xbyak_abi: Register indexes should be unsigned MerryMage 2020-06-15 19:02:06 +0100
  • 50eb634583
    Merge pull request #5536 from FearlessTobi/port-4440 Tobias 2021-01-04 04:03:34 +0100
  • 0e534f7e61 CMakeFiles: Update json to 3.9.0 FearlessTobi 2020-08-29 17:13:51 +0200
  • c1d7ba4d60
    Delete the old log file before rotating (#5675) xperia64 2021-01-03 19:53:23 +0000
  • 2615986a4b Delete the old log file before rotating xperia64 2021-01-03 14:21:37 -0500
  • 251b265777 citra_qt/main: Save settings when starting guest FearlessTobi 2021-01-03 05:28:52 +0100
  • 755393da90
    Look at direction of analog axis travel instead of instantaneous sample (#5509) xperia64 2021-01-03 02:09:26 +0000
  • 1653ebaa45 general: Fix various spelling errors FearlessTobi 2021-01-03 02:39:41 +0100
  • 9c76120a13
    Fix the old log file to work with the log parser. bunnei 2021-01-01 03:17:20 -0800
  • f00c4a4cf5
    Merge pull request #5668 from vitor-k/update-zstd bunnei 2021-01-01 03:03:59 -0800
  • 1265c37bab
    Merge pull request #5666 from xperia64/log_rotate bunnei 2021-01-01 03:03:31 -0800
  • a6fbc1c9e3 zstd: define include_directories for build interface only Vitor Kiguchi 2021-01-01 03:04:10 -0300
  • ce16653cc8
    Automatic Controller Binding (#5100) Vitor K 2021-01-01 06:01:07 -0300
  • 6876f1aaa4 zstd: set include directory directly Vitor Kiguchi 2020-12-31 18:16:18 -0300
  • 6f2bbbcced
    Merge pull request #5658 from FearlessTobi/cheat-window-flags Pengfei Zhu 2021-01-01 10:03:15 +0800
  • c38f7b4fa6 Update translations (2021-01-01) The Citra Community 2021-01-01 01:18:05 +0000
  • b4a6763484 Rotate previous log file to '.old' if it exists xperia64 2020-12-31 16:10:01 -0500
  • 8a67605450 Update zstd to v1.4.8 Vitor Kiguchi 2020-12-31 14:52:07 -0300
  • 3fb6181ad4 Improve digital vs. true analog axis heuristics xperia64 2020-12-30 21:35:05 -0500
  • 94f6e53e23 Use map count, use unordered_map xperia64 2020-09-06 15:59:20 -0400
  • f936e5edac Clang-format xperia64 2020-08-17 02:54:55 -0400
  • 48c6d13989 Look at direction of analog axis travel instead of instantaneous sample xperia64 2020-08-16 21:51:48 -0400
  • 5f1eb7146d
    Merge generic part of Android microphone changes (#5624) xperia64 2020-12-31 00:21:03 +0000
  • 18d1b6cda3 Names xperia64 2020-12-30 19:20:39 -0500
  • 9339f9268b Update src/core/hle/service/apt/apt.cpp xperia64 2020-12-04 14:09:01 -0500
  • 1c87d044e6 WIP implement apt 0x0103 xperia64 2020-07-30 00:53:31 -0400
  • e6ef00b41d
    Update deps.sh (#5665) Vitor K 2020-12-30 19:10:18 -0300
  • 9123d39a60 Update deps.sh Vitor K 2020-12-30 16:11:45 -0300
  • 820c288236
    Merge pull request #5664 from vitor-k/fix-iofile Marshall Mohror 2020-12-30 12:20:21 -0600
  • d0028dbd41
    Merge branch 'master' into add_libyuv Marshall Mohror 2020-12-30 12:00:37 -0600
  • ab6c605e59
    Merge pull request #5609 from gal20/enable-fdk-patch Marshall Mohror 2020-12-30 11:59:18 -0600
  • fb49ce462f Revert #5530 "Port yuzu-emu/yuzu#4539" Vitor Kiguchi 2020-12-30 13:56:19 -0300
  • 987f910a86
    Merge pull request #5530 from FearlessTobi/port-4539 bunnei 2020-12-30 01:55:33 -0800