Commit Graph

  • ebaa225bcb
    core: Add read-only mode and separate savestate slots for movies zhupengfei 2020-06-29 22:32:24 +08:00
  • 8290423d16
    bootmanager: fix memory leaks when loading save states liushuyu 2020-12-12 02:09:29 -07:00
  • 2e3834f880
    Fix macos build (#5703) Vitor K 2021-02-07 05:40:10 -03:00
  • 00c798991c
    remove semicolon Marshall Mohror 2021-02-05 08:25:02 -06:00
  • 611b186a97 configure_input: set modifier_scale undonditionally when restoring default Vitor Kiguchi 2021-02-04 14:19:41 -03:00
  • 6b2e7b77cc
    Merge pull request #5657 from FearlessTobi/port-5158 Marshall Mohror 2021-02-04 10:51:29 -06:00
  • e2adb51494
    Merge pull request #5693 from FearlessTobi/port-5342 Marshall Mohror 2021-02-04 10:50:32 -06:00
  • a1d6396a90
    Merge pull request #5695 from FearlessTobi/port-4942 Marshall Mohror 2021-02-04 10:50:00 -06:00
  • a131f9eb74 gl_rasterizer_cache: don't place null textures in the recycler BreadFish64 2021-02-03 13:29:03 -06:00
  • 2461f67a98
    Merge pull request #5671 from FearlessTobi/port-5217 Marshall Mohror 2021-02-03 10:22:38 -06:00
  • fa67789dcd
    Merge pull request #5667 from zhaobot/tx-update-20210101011718 Marshall Mohror 2021-02-03 10:20:36 -06:00
  • 2539215f18
    Merge pull request #5660 from FearlessTobi/port-5166 Marshall Mohror 2021-02-03 10:19:38 -06:00
  • 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 -06:00
  • 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 -06:00
  • 75f9c2cc13 configure_input: fix modifier scale saving Vitor Kiguchi 2021-01-30 23:39:35 -03:00
  • 8df502a688
    Implement APT command 0x0103 (#5478) xperia64 2021-01-26 20:27:52 +00:00
  • 8d2e28cf76 core: Make use of [[nodiscard]] with the System class FearlessTobi 2021-01-17 19:05:43 +01:00
  • aeba818634 citra_qt: Migrate off of setMargin() to setContentsMargins() FearlessTobi 2021-01-17 02:48:52 +01:00
  • 7c6d7905a4
    Merge pull request #5670 from FearlessTobi/port-5277 Pengfei Zhu 2021-01-09 22:10:27 +08:00
  • e33677b021
    Add 3D slider value to the HID shared page (#5676) xperia64 2021-01-05 21:01:01 +00:00
  • 10f440cb59 common/telemetry: Migrate namespace into the Common namespace Lioncash 2020-08-18 14:21:50 -04:00
  • 9c08409e0e externals: Update Xbyak to 5.96 Lioncash 2020-08-30 04:58:45 -04:00
  • 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 +02:00
  • 52fe6daa53 common/telemetry: Migrate core-independent info gathering to common Lioncash 2018-08-14 18:48:28 -04:00
  • 045d20e076 xbyak_abi: Prefer returning a struct to using out parameters in ABI_CalculateFrameSize MerryMage 2020-06-15 19:04:29 +01:00
  • a841ce6451 xbyak_abi: Register indexes should be unsigned MerryMage 2020-06-15 19:02:06 +01:00
  • 50eb634583
    Merge pull request #5536 from FearlessTobi/port-4440 Tobias 2021-01-04 04:03:34 +01:00
  • 0e534f7e61 CMakeFiles: Update json to 3.9.0 FearlessTobi 2020-08-29 17:13:51 +02:00
  • c1d7ba4d60
    Delete the old log file before rotating (#5675) xperia64 2021-01-03 19:53:23 +00:00
  • 251b265777 citra_qt/main: Save settings when starting guest FearlessTobi 2021-01-03 05:28:52 +01:00
  • 755393da90
    Look at direction of analog axis travel instead of instantaneous sample (#5509) xperia64 2021-01-03 02:09:26 +00:00
  • 1653ebaa45 general: Fix various spelling errors FearlessTobi 2021-01-03 02:39:41 +01:00
  • 9c76120a13
    Fix the old log file to work with the log parser. bunnei 2021-01-01 03:17:20 -08:00
  • f00c4a4cf5
    Merge pull request #5668 from vitor-k/update-zstd bunnei 2021-01-01 03:03:59 -08:00
  • 1265c37bab
    Merge pull request #5666 from xperia64/log_rotate bunnei 2021-01-01 03:03:31 -08:00
  • a6fbc1c9e3 zstd: define include_directories for build interface only Vitor Kiguchi 2021-01-01 03:04:10 -03:00
  • ce16653cc8
    Automatic Controller Binding (#5100) Vitor K 2021-01-01 06:01:07 -03:00
  • 6876f1aaa4 zstd: set include directory directly Vitor Kiguchi 2020-12-31 18:16:18 -03:00
  • 6f2bbbcced
    Merge pull request #5658 from FearlessTobi/cheat-window-flags Pengfei Zhu 2021-01-01 10:03:15 +08:00
  • c38f7b4fa6 Update translations (2021-01-01) The Citra Community 2021-01-01 01:18:05 +00:00
  • b4a6763484 Rotate previous log file to '.old' if it exists xperia64 2020-12-31 16:10:01 -05:00
  • 8a67605450 Update zstd to v1.4.8 Vitor Kiguchi 2020-12-31 14:52:07 -03:00
  • 5f1eb7146d
    Merge generic part of Android microphone changes (#5624) xperia64 2020-12-31 00:21:03 +00:00
  • e6ef00b41d
    Update deps.sh (#5665) Vitor K 2020-12-30 19:10:18 -03:00
  • 820c288236
    Merge pull request #5664 from vitor-k/fix-iofile Marshall Mohror 2020-12-30 12:20:21 -06:00
  • ab6c605e59
    Merge pull request #5609 from gal20/enable-fdk-patch Marshall Mohror 2020-12-30 11:59:18 -06:00
  • fb49ce462f Revert #5530 "Port yuzu-emu/yuzu#4539" Vitor Kiguchi 2020-12-30 13:56:19 -03:00
  • 987f910a86
    Merge pull request #5530 from FearlessTobi/port-4539 bunnei 2020-12-30 01:55:33 -08:00
  • 39e0644993
    Merge pull request #5634 from FearlessTobi/port-4798 bunnei 2020-12-30 01:54:40 -08:00
  • 3c1211e9fe
    Merge pull request #5648 from FearlessTobi/port-5139 bunnei 2020-12-30 01:53:01 -08:00
  • 26e8b755f0
    Merge pull request #5661 from BreadFish64/fix-bitrise Marshall Mohror 2020-12-29 22:43:35 -06:00
  • b3915c23a0 Update Gradle BreadFish64 2020-12-29 13:21:44 -06:00
  • dbd6b8adc3 Update Bitrise build stages BreadFish64 2020-12-29 12:38:16 -06:00
  • da908a9ed1 core: Remove unnecessary enum casts in log calls FearlessTobi 2020-12-29 06:39:21 +01:00
  • 94013c8e00
    Merge ARM64 Dynarmic (#5620) xperia64 2020-12-28 23:39:00 +00:00
  • 94d1f695ee
    Use alternate-form formatting for floats after fmt 7.1.2 update (#5654) xperia64 2020-12-28 23:32:36 +00:00
  • 54a95e9c58 citra_qt/cheats: Make window resizable and remove help hint FearlessTobi 2020-12-28 17:01:07 +01:00
  • 20139141f7 video_core: Remove unnecessary enum class casting in logging messages FearlessTobi 2020-12-28 16:50:23 +01:00
  • fdf0825369 game_list_p: Resolve deprecated usage of QVariant operator< Lioncash 2020-12-05 15:38:55 -05:00
  • 3f13e1cc24
    cubeb_sink: Use static_cast instead of reinterpret_cast in DataCallback() (#5573) Tobias 2020-12-07 16:06:16 +01:00
  • f0e3637c7a
    codec: Make lookup table static constexpr (#5572) Tobias 2020-12-07 16:05:45 +01:00
  • 702af87f0d
    Port yuzu-emu/yuzu#4700: "game_list: Eliminate redundant argument copies" (#5571) Tobias 2020-12-07 16:05:13 +01:00
  • c557b290af
    microprofile: Don't memset through std::atomic types (#5528) Tobias 2020-12-07 16:04:31 +01:00
  • 4888a14c12
    Make UNIMPLEMENTED_MSG consistent with UNIMPLEMENTED (#5631) Vitor K 2020-12-06 19:36:04 -03:00
  • 7e19ed1309 Rename profiler parameter names Vitor Kiguchi 2020-08-15 11:34:56 -03:00
  • 981a4611a4 Mark variables only used on trace logs as maybe_unused Vitor Kiguchi 2020-08-15 11:13:08 -03:00
  • db0383fe0e Use maybe_unused instead of Q_UNUSED Vitor Kiguchi 2020-08-15 10:55:54 -03:00
  • 62a69e0547 fix clang format Vitor Kiguchi 2020-07-24 22:48:25 -03:00
  • 8e54e7cf1a fix some conversion warnings Vitor Kiguchi 2020-07-24 16:33:09 -03:00
  • 3381a05f7c unreachable code Vitor Kiguchi 2020-07-24 15:00:18 -03:00
  • e4285d574a Fix nihstro include style to conform to the style used in other instances. Vitor Kiguchi 2020-07-24 14:10:40 -03:00
  • ecb2541a93 Solve some unreferenced parameter warnings Vitor Kiguchi 2020-07-24 01:35:52 -03:00
  • d87fee05a9 Resolve some variable hiding warnings Vitor Kiguchi 2020-07-24 00:34:43 -03:00
  • e331fac004 Resolve unused variable warnings Vitor Kiguchi 2020-07-22 22:51:39 -03:00
  • 1df939469a Resolve some type conversion warnings Vitor Kiguchi 2020-07-22 22:49:58 -03:00
  • 2696add2fd remove unnecessary headers Vitor Kiguchi 2020-07-22 22:48:50 -03:00
  • e68aeedc3d resolve warnings of deprecated Qt members Vitor Kiguchi 2020-07-22 21:41:10 -03:00
  • c37dc23481 udp/client: Take std::function by const reference with TestCommunication() FearlessTobi 2020-12-05 23:07:08 +01:00
  • 6f45b402e7
    UDS: implement GetApplicationData (#5533) mnml 2020-12-05 16:27:57 -05:00
  • 664f5da105
    tests: Fix warning about comparison between signed and unsigned (#5632) Tobias 2020-12-05 22:20:50 +01:00
  • 36780040a6
    Update dynarmic to last compatible version (#5618) xperia64 2020-12-05 16:18:07 -05:00
  • 2f5eec3576
    Fixes to "hide mouse on inactivity" (#5476) Vitor K 2020-12-05 18:12:17 -03:00
  • 7ae0fc7338
    Merge pull request #5626 from zhaowenlan1779/deliver-arg-fix Pengfei Zhu 2020-12-05 06:49:53 +08:00
  • 8f0aebcd4f
    service/apt: Fix deliver arg hmac size zhupengfei 2020-11-28 00:04:15 +08:00
  • a13a230511
    Update inih (#5615) xperia64 2020-11-24 15:25:10 -08:00
  • 21fb9d63f4
    service/apt: Implement Deliver Args (#5611) Pengfei Zhu 2020-11-25 03:10:31 +08:00
  • 182ffa4243
    APT: implement Set and GetWirelessRebootInfo (#5328) Ben 2020-11-23 15:52:35 +01:00
  • 3fa12d43f5
    Fix fmt crash from deprecated percent specifier (#5616) xperia64 2020-11-22 20:55:45 -05:00
  • 4f058c04e8
    Fix telemetry-related exit crash from use-after-free (#5617) xperia64 2020-11-22 08:45:14 -05:00
  • 2d972f91b2
    Merge pull request #5613 from liushuyu/master Schplee 2020-11-20 20:56:10 -08:00
  • 0c9e7735f6
    CI: fix the tag fetching command liushuyu 2020-11-20 21:15:59 -07:00
  • 4efeace8ee
    Fix Transifex Synchronization (#5605) liushuyu 2020-11-18 01:09:08 -07:00
  • 1aaec7938f
    Initial implementation of partial_embedded_buffer_dirty handling (#5548) xperia64 2020-11-17 17:31:05 -05:00
  • 02d6032afb
    Merge pull request #5566 from zhaowenlan1779/layered-fs-fix Marshall Mohror 2020-11-17 09:31:25 -06:00
  • 3115529be7
    Merge pull request #5603 from FearlessTobi/port-4887 Marshall Mohror 2020-11-17 09:29:06 -06:00
  • 6772e46153
    Merge pull request #5593 from FearlessTobi/port-4831 Marshall Mohror 2020-11-17 09:27:45 -06:00
  • 7a8d576164
    Merge pull request #5577 from vitor-k/cubeb-volume Marshall Mohror 2020-11-16 16:54:10 -06:00
  • a89261d397
    Merge pull request #5580 from oneup03/master Marshall Mohror 2020-11-16 16:53:05 -06:00
  • eca33d2de8
    Revert ENABLE_FDK to dependent option gal20 2020-11-16 08:37:34 +02:00
  • 23b67849d5
    Merge pull request #5608 from gal20/fix-flatpak-crash Marshall Mohror 2020-11-15 11:23:08 -06:00