Commit Graph

  • ca2d87e5e3
    renderer_opengl: Add debug scopes to logging (#6650) GPUCode 2023-06-30 02:16:54 +0300
  • d26dcc8e31
    ci: Run clang-format and transifex in linux-fresh image. (#6649) Steveice10 2023-06-29 00:44:13 -0700
  • 0d516f6da5
    frontend: Added Hybrid Screen screen layout option (#4542) (#6600) esliwka 2023-06-29 00:42:57 +0200
  • 2d6aca4563
    build: Rework CI and move all bundling into new build target. (#6556) Steveice10 2023-06-26 17:42:00 -0700
  • 2e479fcec5
    renderer_vulkan: Add shader generators (#6630) GPUCode 2023-06-26 17:22:51 +0300
  • 7edc86a9bc
    code: Remove outdated comment style (#6640) GPUCode 2023-06-25 12:52:41 +0300
  • 9b82de6b24
    Refactor software renderer (#6621) GPUCode 2023-06-24 01:59:18 +0300
  • 7198243319
    android: Update UI strings to reflect desktop counterpart (#6608) sakuramipha 2023-06-23 23:45:49 +0100
  • 6b8a06e7b4
    gl_rasterizer: Reset normal map flag each draw (#6636) GPUCode 2023-06-24 00:30:16 +0300
  • eb118b2a4c
    Merge pull request #6613 from t895/buncha-adjustments sakuramipha 2023-06-23 15:35:54 +0100
  • 7616496456
    video_core: Add debug scopes (#6634) GPUCode 2023-06-23 04:37:13 +0300
  • 89663e0db8
    build: Fix generating build info using unified source archive. (#6628) Steveice10 2023-06-20 09:44:20 -0700
  • d8db0af1b2
    Port yuzu-emu/yuzu#10575: "issue_template: Add link to website, Getting Log Files" (#6629) Tobias 2023-06-20 15:24:04 +0200
  • 08970e7ba0
    update graphics api button indicator (#6625) luc-git 2023-06-20 14:27:36 +0200
  • d735f5c458
    renderer_vulkan: Add vulkan initialization code (#6620) GPUCode 2023-06-20 15:24:24 +0300
  • 70225e92f7
    externals: Move library headers CMake logic to Citra. (#6627) Steveice10 2023-06-19 17:08:11 -0700
  • bfb6a5b5de
    common: Add C++ version of Apple authorization logic. (#6616) Steveice10 2023-06-19 15:50:26 -0700
  • 03dbdfc12f
    video_core: Reduce nihstro includes in headers. (#6626) Steveice10 2023-06-19 15:49:22 -0700
  • 3faddd5e03
    video_core: Add vulkan shaders (#6619) GPUCode 2023-06-19 17:02:18 +0300
  • 7c11b9b689
    Remove AppImage Themeing (#6618) TGP17 2023-06-18 13:24:11 -0400
  • 35d1b67fd4
    Merge pull request #6602 from SachinVin/wall SachinVin 2023-06-18 22:37:39 +0530
  • 4c8a98a321
    common\string_util.cpp: switch to boost::locale::conv for UTF16ToUTF8() and UTF8ToUTF16() (#6623) SachinVin 2023-06-18 22:30:00 +0530
  • 982c60c67c common\dynamic_library\ffmpeg.{cpp, h}: fix version check for av_opt_child_class_iterate SachinVin 2023-06-17 19:50:40 +0530
  • 7e134421d5 common, input_common, network: fix warnings SachinVin 2023-06-09 22:50:37 +0530
  • 946a32d793 android + common: fix warnings SachinVin 2023-06-09 22:50:05 +0530
  • 8eb89c260d core: fix warnings SachinVin 2023-06-09 22:48:42 +0530
  • 796e8a9f24 video_core:fix warnings SachinVin 2023-06-09 22:48:16 +0530
  • c66594caf8 Enable warnings as errors SachinVin 2023-05-07 15:14:11 +0530
  • 06db4ffb17
    Merge pull request #6508 from SachinVin/not-the-cia SachinVin 2023-06-17 20:44:20 +0530
  • 7f1ffa2a04
    hle: Reduce Y2R stub warnings to debug logs. (#6617) Steveice10 2023-06-17 01:03:37 -0700
  • 38435e9b3e
    Dynamically load FFmpeg and libfdk-aac if available. (#6570) Steveice10 2023-06-16 16:06:18 -0700
  • d807cdfe62
    Qt: Fix intermittent crash on exit (#6612) Rokkubro 2023-06-17 02:58:00 +1000
  • 318d55252f CiaInstallWorker.java: cleanup magic numbers SachinVin 2023-06-16 22:23:34 +0530
  • 4d666b88b7 citra_android: Add headers for clock and plugin loader Charles Lombardo 2023-06-15 03:35:30 -0400
  • 819d2a33c7 citra_android: Make strings more consistent Charles Lombardo 2023-06-15 03:35:10 -0400
  • c074460f60 android: Bump to gradle 8.0 SachinVin 2023-06-11 17:58:18 +0530
  • f5bb17c82e Android: Offload CIA installation to background thread SachinVin 2023-05-01 17:51:01 +0530
  • ccb2a7cbea android: minor refactor disk shadercache SachinVin 2023-05-01 10:03:58 +0530
  • 238a574645
    qt: Add support for building for iOS. (#6594) Steveice10 2023-06-07 20:40:53 -0700
  • d9bf4fd8a2
    externals: Update dynarmic to 6.4.8 (#6596) Steveice10 2023-06-07 20:25:28 -0700
  • 54c499ed5b
    Prepare for Vulkan backend (#6595) Steveice10 2023-06-05 07:29:05 -0700
  • 5b7cc76ba3
    Add warning popup when loading save states for the first time (#6565) GPUCode 2023-06-05 10:06:00 +0300
  • 52f88f8fb4
    chore: Fix GCC 13 compilation and SoundTouch libraries being installed. (#6593) Steveice10 2023-06-02 23:11:17 -0700
  • abd949fea1
    qt: Add NCCH secure 1/2 to keys needed for system titles download. (#6586) Steveice10 2023-06-02 19:16:48 -0700
  • f1ece7c56f
    audio_core: Fix FDK and FFmpeg compile errors. (#6591) Steveice10 2023-06-02 19:00:09 -0700
  • c67c648c1a
    mmpx: Fix GLES crashes. (#6588) Stuart Kenny 2023-06-01 16:22:57 +0100
  • 723b662604
    core: Update minimal system title set. (#6573) Steveice10 2023-05-31 17:34:31 -0700
  • 0f5ff64ae6
    build: Fix Qt download commands working directory. (#6579) Steveice10 2023-05-31 15:42:13 -0700
  • e33a8a9b26
    input_common: sdl: Port yuzu sdl fixes (#6577) Narr the Reg 2023-05-31 04:01:46 -0600
  • b91fbf3f8e
    ci: Fix macOS bundle validity issues. (#6572) Steveice10 2023-05-31 03:01:12 -0700
  • 4ddb2116bf
    qt: Allow toggling whether to enter system setup on home menu boot. (#6574) Steveice10 2023-05-31 01:56:35 -0700
  • 691e09473e
    video_core: Add MMPX texture filter (#6564) Stuart Kenny 2023-05-31 09:55:46 +0100
  • b45c7188c7
    chore: Fix some compiler warnings. (#6578) Steveice10 2023-05-30 12:36:12 -0700
  • a1d265325a
    Merge pull request #6561 from SachinVin/audio SachinVin 2023-05-30 19:02:37 +0530
  • 1ede2f5b5a audio_core\hle\decoder.h: Minor correction in docs SachinVin 2023-05-28 23:15:05 +0530
  • b452b61e58
    audio_core/hle/{fdk, ffmpeg}_decoder:fix typos. (#4) kongfl888 K 2023-05-26 09:58:17 +0800
  • 848116b5be
    audio_core: Dispose of current audio sink before opening new one. (#6567) Steveice10 2023-05-25 15:44:56 -0700
  • 5311c939a2 tests/audio_core: add sanity test cases for LLE vs HLE SachinVin 2023-05-21 20:12:49 +0530
  • 8cada619b3 audio_core/hle: Refactor Binary Pipe data structures SachinVin 2023-05-14 22:25:10 +0530
  • 72b82ef6ed
    Enable web services on Android in Github build (#6555) Rokkubro 2023-05-24 02:06:14 +1000
  • 2281bf5b0b
    Add range check for renderer config (#6560) PabloMK7 2023-05-22 04:01:26 +0200
  • 5c45c97ff9
    Implement/Fix more SOC related functions (#6267) PabloMK7 2023-05-22 04:01:08 +0200
  • 975ee15635 audiocore/{hle, lle}: remove dependence on static core timing SachinVin 2023-05-14 09:57:29 +0530
  • fa8c530e10
    Debian 11 fix (#6543) TGP17 2023-05-19 14:34:17 -0400
  • 7d6c14e584
    dumper: Fix pixel format for filters when passed in via encoder options. (#6553) Steveice10 2023-05-19 10:58:05 -0700
  • 40962c4479
    sdl: Enable cpuinfo detection. (#6554) Steveice10 2023-05-19 06:48:30 -0700
  • 110063aa56
    externals: update cubeb (#6548) Danila Malyutin 2023-05-19 01:24:43 +0300
  • a12058ea37
    ci: Only pack and upload AppImage builds. (#6545) Steveice10 2023-05-16 13:01:21 -0700
  • b89f5278ac
    Revive: dumping/ffmpeg_backend: Various fixes (#6528) Steveice10 2023-05-16 02:28:21 -0700
  • 0768bd8ce0
    audio_core: Fix FDK AAC decoding. (#6530) Steveice10 2023-05-14 19:50:07 -0700
  • dc39eac916
    build: Ensure bundled libraries are properly signed on macOS. (#6527) Steveice10 2023-05-11 12:47:18 -0700
  • 7677ace5ea
    CMakeLists: Find tsl-robin-map package (#6517) merry 2023-05-10 14:42:20 +0100
  • 71a9981430
    externals: Link SDL2 statically. (#6461) Steveice10 2023-05-09 20:08:25 -0700
  • d8e74a9ff4
    audio_core: Implement Apple AudioToolbox AAC decoder. (#6510) Steveice10 2023-05-09 16:35:49 -0700
  • 3a27603e3d
    qt: Clear finishing key combinations for hot key entry on Qt 6.5+ (#6509) Steveice10 2023-05-09 02:30:06 -0700
  • b9d644b777
    Fix additional reinterpretation nonsense (#6521) GPUCode 2023-05-09 12:01:15 +0300
  • f9ab0b3042
    rasterizer_cache: Make reinterpretation stricter (#6515) GPUCode 2023-05-07 23:13:01 +0300
  • 2035433159
    externals: Update dynarmic for hotfix. (#6513) Steveice10 2023-05-07 10:30:35 -0700
  • ee025174fb
    externals: Update dynarmic to 6.4.7 (#6507) Steveice10 2023-05-07 09:19:03 -0700
  • 2e47afd48e
    android: Open cheats by long pressing game in game list (#6491) JosJuice 2023-05-07 16:01:34 +0200
  • ebac6b17b0
    qt/ui: Fix typos and warnings of duplicate variable names. (#6511) kongfl888 K 2023-05-07 21:19:57 +0800
  • b4db9aebf2
    gl_shader_disk_cache.cpp: Flush transferable_file and precompiled_file more often (#6483) SachinVin 2023-05-07 05:04:40 +0530
  • 2e655f73b8
    Rasterizer cache refactor v2 (#6479) GPUCode 2023-05-07 02:34:28 +0300
  • 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