Commit Graph

  • 322d7a8287
    Textures loading screen (#6478) luc-git 2023-05-07 01:34:14 +0200
  • 62792b6b0e
    android: Turn GameInfo into a class (#6494) JosJuice 2023-05-06 11:10:11 +0200
  • 2b8610fcc4
    qt: Update CMake translation targets. (#6506) Steveice10 2023-05-05 22:39:00 -0700
  • 2273df4d70
    qt: Migrate to Qt6. (#6418) Steveice10 2023-05-05 03:10:34 -0700
  • 70335a7f4d
    Merge pull request #6502 from vitor-k/update-catch-zstd SachinVin 2023-05-04 21:15:08 +0530
  • 53da17b925 externals: update catch to v3.3.2 Vitor Kiguchi 2023-05-04 11:10:02 -0300
  • 7b4e2b3c9d externals: update zstd to v1.5.5 again Vitor Kiguchi 2023-04-30 22:51:59 -0300
  • 34de77d429
    Various miscelaneous changes (#6496) Vitor K 2023-05-03 12:24:10 -0300
  • 41f13456c0
    Chore: Enable warnings as errors on MSVC (#6456) SachinVin 2023-05-02 01:08:58 +0530
  • 055a58f01e
    audio_core: Implement OpenAL backend (#6450) Steveice10 2023-05-01 12:17:45 -0700
  • ce553ab995
    renderer_opengl: DrawSingleScreen*: remove duplicate code (#6426) SachinVin 2023-05-01 19:57:42 +0530
  • 9dc71e3347
    Fix broken label in touch mapping dialog (#6489) coop152 2023-04-30 16:28:49 +0100
  • 7327c334ca
    Add cheats in per game configuration (#6379) luc-git 2023-04-30 16:36:02 +0200
  • ea649263b7
    build: Improvements to bundled libraries support. (#6435) Steveice10 2023-04-28 13:02:53 -0700
  • 30bf654d2f
    Add Citra AppImage builds (#6404) TGP17 2023-04-28 17:50:13 +0000
  • 63bc0b59bb
    Use IPC:MakeHeader instead of hardcoded raw values for IPC command tables. (#6453) PabloMK7 2023-04-28 07:31:03 +0200
  • 9bd8c9290b
    externals: Update SoundTouch (#6473) Steveice10 2023-04-27 05:18:57 -0700
  • 06f3c90cfb
    Custom textures rewrite (#6452) GPUCode 2023-04-27 07:38:28 +0300
  • d16dce6d99
    externals: Update SoundTouch to upstream. (#6451) Steveice10 2023-04-25 15:25:02 -0700
  • 227926c1fa
    Remove remnants of separable shader setting (#6403) GPUCode 2023-04-26 01:19:02 +0300
  • 000a616bd9
    core\loader\ncch.cpp: skip parsing Region info, if user has already... (#6463) SachinVin 2023-04-26 03:43:21 +0530
  • 2c74ed1a6d
    Rasterizer refactor hotfixes (#6465) GPUCode 2023-04-23 22:46:08 +0300
  • 9ba6a90193
    gl_format_reinterpreter: Don't release unconditionally (#6459) GPUCode 2023-04-23 00:35:25 +0300
  • 1b944f3255
    gl_rasterizer: Fix texel buffer size overflow (#6458) Vitor K 2023-04-22 15:43:29 -0300
  • 81d24dd7fb
    input_common: Allow disabling GCAdapter on platforms without libusb. (#6448) Steveice10 2023-04-22 08:10:12 -0700
  • 7197367040
    assert.h: add [[unlikely]] (#6454) SachinVin 2023-04-22 14:36:27 +0530
  • c9b2bd9077
    msvc: copy openssl dlls (#6428) Vitor K 2023-04-21 14:09:40 -0300
  • 3dd6557332
    sdl: Exit if SDL fails to create software renderer (#6430) rinsuki 2023-04-21 18:08:12 +0900
  • 26d6f9d1c6
    Rasterizer cache refactor (#6375) GPUCode 2023-04-21 10:14:55 +0300
  • 9414db4f65
    Merge pull request #6439 from t895/theme-adjustments bunnei 2023-04-20 17:02:46 -0700
  • 89db2e323a
    .ci\android\upload.sh: follow naming convention of other artifacts (#6440) SachinVin 2023-04-16 23:23:17 +0530
  • 0da25736d9
    renderer_opengl.cpp: Draw{Top, Bottom}Screen Clean up (#6422) SachinVin 2023-04-16 23:21:21 +0530
  • 5f81940e63
    Merge pull request #6419 from vitor-k/states SachinVin 2023-04-15 10:11:40 +0530
  • 2e23a75fac citra_android: Fix top app bar color in cheats activity Charles Lombardo 2023-04-14 21:12:34 -0400
  • 9aed0a14c7 citra_android: Reduce the primary color's influence on the surface color in dark mode Charles Lombardo 2023-04-14 20:53:42 -0400
  • 8a3afaf9e6 citra_android: Fix background color on first launch Charles Lombardo 2023-04-14 20:49:47 -0400
  • 1adf631725 citra_android: Use primary color for FAB Charles Lombardo 2023-04-14 20:46:48 -0400
  • 2a2ee8bc96
    Merge pull request #6395 from ian-h-chamberlain/feature/gdbstub-hio SachinVin 2023-04-11 20:32:48 +0530
  • 025913a734
    Fix string_view constructor for macOS clang Ian Chamberlain 2023-04-05 13:27:46 -0400
  • dccd89b796 savestates: various changes Vitor Kiguchi 2023-04-05 15:48:03 -0300
  • c79acdd88d savestates: validate states before load Vitor Kiguchi 2023-04-05 15:28:56 -0300
  • 8e8c8fa37a savestates: log slot on load and save Vitor Kiguchi 2023-04-05 14:50:51 -0300
  • 7b8832cebb externals: update zstd to v1.5.5 Vitor Kiguchi 2023-04-05 13:08:44 -0300
  • cdb157f58a
    citra_android: Night mode fixes (#6416) Charles Lombardo 2023-04-09 15:18:28 -0400
  • e283de9b6d
    gl_shader_disk_cache.cpp: Invalidate Tranferable cache on error (#6392) SachinVin 2023-04-10 00:46:44 +0530
  • b6e73f0d49
    Add consolidated GodMode9 key dumping script. (#6396) Steveice10 2023-04-09 12:16:31 -0700
  • 8d19483b7e
    externals: bump dynarmic to 6.4.6 (#6423) SachinVin 2023-04-10 00:33:48 +0530
  • a94acde519
    core\frontend\framebuffer_layout: GetCardboardSettings: clean up floa… (#6399) SachinVin 2023-04-09 10:59:25 +0530
  • 90bcf49db0
    android: Clean up overlay controls and avoid triggering touch screen when a button is pressed (#6391) Narr the Reg 2023-04-08 23:28:42 -0600
  • bc5b065abe
    android: replace jcenter with mavenCentral (#6417) Jake Downs 2023-04-08 22:25:37 -0700
  • 563c77154e
    citra_qt/bootmanager.cpp: Fix scaling on QT with SW rasteriser (#6424) SachinVin 2023-04-08 21:28:03 +0530
  • e4e9fb4aed
    Merge pull request #6412 from GPUCode/wayland-oops SachinVin 2023-04-08 16:51:56 +0530
  • 6a0baef239
    Merge pull request #6410 from vitor-k/qt-vsync SachinVin 2023-04-08 16:51:29 +0530
  • 8b93db0841
    Updates to github actions (#6358) Vitor K 2023-04-06 09:34:35 -0300
  • 9c81dc0dd8
    externals\CMakeLists.txt: dynarmic, fmt, xbyak: add EXCLUDE_FROM_ALL property (#6398) SachinVin 2023-04-06 18:01:28 +0530
  • 287ce1e56f
    kernel: Skip address range checks for privileged memory (un)map. (#6407) Steveice10 2023-04-06 05:30:13 -0700
  • 495e5dadd7
    citra_android: fix config is getting overwritten by default (#6408) hank121314 2023-04-06 00:51:05 +0800
  • 7d64c654cc
    citra_android: fix select root as citra directory cause crash (#6400) hank121314 2023-04-06 00:50:53 +0800
  • 4cc181e5b8
    Address review comments Ian Chamberlain 2023-04-05 12:41:17 -0400
  • 31cd8120b6
    transifex: Remove python client (#6401) GPUCode 2023-04-05 01:26:58 +0300
  • 29aed69734
    gl_rasterizer: HP Bar Fix for some games (#6334) PolarZero 2023-04-05 02:32:14 +0900
  • 696c0904f8
    Update some c-style casts -> reinterpret_cast Ian Chamberlain 2023-04-04 13:21:25 -0400
  • 6e45de760e
    Cleanup new code, add docs and error handling Ian Chamberlain 2023-04-04 13:09:34 -0400
  • 62d58f669a
    kernel: Adjusted resource limits for more accuracy to the running 3DS model (#6393) SeleDreams 2023-04-04 19:03:08 +0200
  • 5f90c9816d
    apt: Add stub for ns:c service. (#6409) Steveice10 2023-04-04 10:01:37 -0700
  • 0d4c93d1c2
    Undo some changes exposing unused functions Ian Chamberlain 2023-04-04 12:20:41 -0400
  • 55c1710dd6
    Update translations (2023-04-04) (#6414) zhaobot 2023-04-04 16:58:24 +0800
  • 9cbefa468a
    qt: Disable system update downloader in per-game settings. (#6402) Steveice10 2023-04-03 13:59:56 -0700
  • b4ef3cdeff bootmanager: set the surface format based on vsync Vitor Kiguchi 2023-04-03 14:21:49 -0300
  • 5c50a26b38 bootmanager: make main_context a unique_ptr Vitor Kiguchi 2023-04-03 12:17:09 -0300
  • 40849a8fa8 bootmanager: remove unnecessary includes Vitor Kiguchi 2023-04-03 12:16:43 -0300
  • 4e0f78dfa0 citra_qt: fix vsync configuration being possible while a game is running Vitor Kiguchi 2023-04-03 10:01:25 -0300
  • aac0e07d1e emu_window_sdl2: Respect hidpi Alexander Orzechowski 2023-04-03 14:34:45 +0300
  • 06c426883f OpenGL: Check for threading support Alexander Orzechowski 2023-04-03 14:33:15 +0300
  • 71d4a85957 video_core: Disable async shader loading with strict contexts GPUCode 2023-04-03 14:32:13 +0300
  • 3846d0c2cd RenderWidget: Set WA_DontCreateNativeAncestors Alexander Orzechowski 2023-04-03 13:56:39 +0300
  • 041252ba36
    file_sys: Attempt to open New 3DS variant NCCH if available. (#6383) Steveice10 2023-04-01 20:27:56 -0700
  • a74d7a0e6b
    qt: Hide system titles with invisible or invalid SMDH data. (#6381) Steveice10 2023-04-01 20:27:22 -0700
  • 387cf15719
    Remove unused includes (#6405) Cameron Cawley 2023-04-02 01:54:59 +0100
  • 215a099c4f
    Port yuzu-emu/yuzu#9058: "New transifex client needs migrating to" (#6389) GPUCode 2023-04-01 08:02:37 +0300
  • 351730d585
    Fix infinite hang if GDB client kills gdbstub Ian Chamberlain 2023-03-31 14:06:43 -0400
  • 83138e0c63
    Fix some build + impl errors with HIO Ian Chamberlain 2023-03-31 14:05:57 -0400
  • 33dde0d06b
    Update default config example for log_filter Ian Chamberlain 2023-03-31 13:54:47 -0400
  • f96047f182
    PlatformGamesFragment.java: Run PullToRefresh on a background thread (#6372) SachinVin 2023-03-30 17:43:40 +0530
  • 979c6d9c55
    citra_android: fix crash while load amiibo (#6373) hank121314 2023-03-30 20:13:20 +0800
  • 506644b9d6
    video_core: Fix distance vector used when calculating lighting distance attenuation. (#6366) Steveice10 2023-03-30 05:12:09 -0700
  • ffc95eb59b
    Frontend PR fixes (#6378) GPUCode 2023-03-30 14:24:49 +0300
  • f92f494cab
    Stop execution when performing HIO request Ian Chamberlain 2022-12-04 15:34:06 -0500
  • b9c11e71d7
    Fix ABI mismatch in packed HIO request Ian Chamberlain 2022-12-04 15:03:29 -0500
  • 874bfebaf9
    Add some notes + use stringstream to build packet Ian Chamberlain 2022-12-03 16:48:21 -0500
  • 7de1bf3746
    Properly parse incoming hio packet Ian Chamberlain 2022-12-03 16:09:13 -0500
  • 6f23ee43ae
    Initial port of luma3ds' gdb_hio to Citra Ian Chamberlain 2022-12-02 19:31:31 -0600
  • 5346ca27b5
    Rework system title handling with up-to-date title list and region detection support. (#6356) Steveice10 2023-03-29 04:55:29 -0700
  • b5d6f645bd
    Prepare frontend for multiple graphics APIs (#6347) GPUCode 2023-03-27 14:29:17 +0300
  • 9ef42040af
    GameDatabase.java: Fix file exists check on SAF (#6374) SachinVin 2023-03-26 23:54:44 +0530
  • d9d0fc63ec
    applet: Fix HLE applet pre-start lifecycle. (#6362) Steveice10 2023-03-25 14:36:14 -0700
  • 44097c2a8d
    gl_shader_disk_cache: Avoid reopening files every time a shader need to be written. (#6344) SachinVin 2023-03-26 03:05:17 +0530
  • fdb7ab47ff
    Merge pull request #6364 from Steveice10/break_error bunnei 2023-03-25 01:18:26 -0700
  • 5317c00c45
    Merge pull request #6368 from GPUCode/msvc-dup BreadFish64 2023-03-24 10:29:55 -0500
  • c7f8bc5582 file_util: Check fd before using dup GPUCode 2023-03-24 16:50:48 +0200