citra-emu
/
citra-canary
Archived
1
0
Fork 0

Commit Graph

  • 350c9c8d7d sdl2_sink: remove SDL_AUDIO_ALLOW_FREQUENCY_CHANGE flag Vitor Kiguchi 2021-04-29 17:24:52 -0300
  • edbd6dfe8a
    Merge pull request #5777 from vitor-k/update-catch-dynarmic Ameer J 2021-04-29 11:01:32 -0400
  • 63589f4a1b Re-update catch and dynarmic Vitor Kiguchi 2021-04-29 01:34:07 -0300
  • 86b775bd8f
    Merge pull request #5735 from ameerj/gc-input bunnei 2021-04-28 21:15:55 -0700
  • 6a124bc317 input_common: Fix libusb include on Arch lat9nq 2021-04-24 17:23:45 -0400
  • 48fad3a903 libusb: Add /utf-8 compile option for MSVC. Morph 2021-03-15 10:51:46 -0400
  • a80e566464 gcadapter: Implement auto map feature ameerj 2021-03-12 14:32:30 -0500
  • 161e6a541b cmake: unbreak system libusb support Jan Beich 2020-07-07 10:13:15 +0000
  • 32f8a565f3 configure_input: Add frontend text for GC adapter ameerj 2021-03-08 19:00:18 -0500
  • 700fa6b96a gc_adapter: Port code cleanup and feature updates from yuzu ameerj 2021-03-08 18:50:16 -0500
  • 05e28a53e8 input_common: Add support for GameCube Adapter ameerj 2021-03-08 19:03:50 -0500
  • c5094ed614 externals: Track upstream libusb Lioncash 2020-08-25 22:21:32 -0400
  • 9ff97270cf
    Merge pull request #5501 from FearlessTobi/port-1064-3948 bunnei 2021-04-23 22:58:08 -0700
  • 24086d05bb
    Merge pull request #5471 from vitor-k/misc bunnei 2021-04-23 22:54:00 -0700
  • 78b8dfc808
    Merge pull request #5759 from nieldm/fix-3818-allow-custom-save bunnei 2021-04-23 22:35:10 -0700
  • 71b8ddb8a9
    Merge pull request #5756 from vitor-k/gl_extensions bunnei 2021-04-23 22:33:21 -0700
  • 33e5d16c89
    Merge pull request #5748 from vitor-k/update-dynarmic bunnei 2021-04-23 22:32:48 -0700
  • b9d7181a63
    Merge pull request #5745 from vitor-k/catch bunnei 2021-04-23 22:32:16 -0700
  • 8981ca983f
    Update src/citra_qt/configuration/configure_storage.cpp Daniel Mendez 2021-04-18 12:57:20 +0200
  • b72e60a47f
    Update src/citra_qt/configuration/configure_storage.h Daniel Mendez 2021-04-18 12:57:14 +0200
  • 95529a8b1d citra-qt: Added configure storage to handle NAND and SDMC dir location Daniel Méndez 2021-04-17 15:16:48 +0200
  • d21b8fb1b1 config: better variable naming Daniel Mendez 2021-04-13 22:32:36 +0200
  • 7f20d8bb88 config: Added nand_directory and sdmc_directory to Settings Daniel Méndez 2021-04-17 15:29:12 +0200
  • 3be52f818a file_util: Add a function to update the user path Daniel Méndez 2021-04-10 20:48:28 +0200
  • 49c0766b73 settings: Save and load NAND/SD dirs from config Daniel Méndez 2021-04-08 00:20:52 +0200
  • b660adea0f update catch Vitor Kiguchi 2021-03-23 23:38:13 -0300
  • a2f9fef97e Update dynarmic Vitor Kiguchi 2021-03-30 15:37:46 -0300
  • 39680264b4
    citra_qt/configure_input: use pre-increment instead of post-increment Vitor K 2021-04-06 19:02:02 -0300
  • 3fb1988b5b gl_rasterizer: check for GL_ARB_copy_image Vitor Kiguchi 2021-04-05 23:52:11 -0300
  • 981ffb5090 shader_disk_cache: warn the user when ARB_get_program_binary is not supported. Vitor Kiguchi 2021-04-05 23:41:07 -0300
  • 3cc559f865 clang format Vitor Kiguchi 2021-04-05 19:52:27 -0300
  • 0e2edbb0d2 Account for analog buttons when checking for used buttons Vitor Kiguchi 2021-04-05 19:38:54 -0300
  • b3cab3c450
    Merge pull request #5747 from JohelEGP/conditional_resize Marshall Mohror 2021-04-03 00:05:38 -0500
  • f8eb4b7edc fix(net): prevent gibberish padding on linux Johel Ernesto Guerrero Peña 2021-03-30 08:23:49 -0400
  • 8e3c7674d8
    Merge pull request #5644 from liushuyu/master Pengfei Zhu 2021-03-06 16:23:24 +0800
  • c2d36cde9f
    Fix destructor order in rasterizer cache (#5725) xperia64 2021-02-21 23:05:27 +0000
  • e6c479f497
    Merge pull request #5710 from BreadFish64/bonk_textures Marshall Mohror 2021-02-11 19:06:03 -0600
  • 5c58620618
    Merge pull request #5717 from FearlessTobi/port-5895 Marshall Mohror 2021-02-10 23:04:35 -0600
  • 7806206e90 string_util: Remove MSVC workaround for converting between UTF8/UTF16 Morph 2021-02-08 02:55:43 -0500
  • 2ddecf35d2
    Avoid leaking fences during re-presentation (#5713) xperia64 2021-02-09 16:32:48 +0000
  • 5776bdda82
    Merge pull request #5546 from FearlessTobi/port-5524 Marshall Mohror 2021-02-08 16:00:18 -0600
  • ff56fdf37d fix recycling custom textures BreadFish64 2021-02-08 15:38:30 -0600
  • 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
  • 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
  • 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
  • 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
  • 75f9c2cc13 configure_input: fix modifier scale saving Vitor Kiguchi 2021-01-30 23:39:35 -0300
  • 8df502a688
    Implement APT command 0x0103 (#5478) xperia64 2021-01-26 20:27:52 +0000
  • 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
  • 7c6d7905a4
    Merge pull request #5670 from FearlessTobi/port-5277 Pengfei Zhu 2021-01-09 22:10:27 +0800
  • e33677b021
    Add 3D slider value to the HID shared page (#5676) xperia64 2021-01-05 21:01:01 +0000
  • 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
  • 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
  • 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
  • 5f1eb7146d
    Merge generic part of Android microphone changes (#5624) xperia64 2020-12-31 00:21:03 +0000
  • e6ef00b41d
    Update deps.sh (#5665) Vitor K 2020-12-30 19:10:18 -0300