Commit Graph

  • f3ac6f054f
    audio_core: Clean up cubeb backend. (#6677) Steveice10 2023-07-11 21:43:07 -07:00
  • a94af8ea62
    shader_jit: Add optimizations up to x86-64-v4 (#6668) Wunk 2023-07-11 09:21:37 -07:00
  • 6da4853360
    kernel: fix typo in recorder.cpp (#6686) Ikko Eltociear Ashimine 2023-07-11 09:56:36 +09:00
  • b738584832
    android: Update layout indexes (#6673) GPUCode 2023-07-10 03:05:18 +03:00
  • 1cb34ea0d3 core/memory.*:constify GetPhysicalPointer; SachinVin 2023-07-09 16:37:28 +05:30
  • 662bb9ba77
    hle: Stub some service calls used by the home menu. (#6675) Steveice10 2023-07-07 22:05:38 -07:00
  • 26e3f96983
    service: nfc: Start adapter communication on scan (#6671) Narr the Reg 2023-07-07 20:02:39 -06:00
  • cd3244f139
    mic_u: Fix up logic for populating shared memory sample buffer. (#6669) Steveice10 2023-07-07 19:02:31 -07:00
  • e5310b25d4
    ci-merge: remove use of deprecated pushedDate (#6676) Vitor K 2023-07-07 17:30:15 -03:00
  • 80033b84cb
    renderer_software: Fix screen rendering (#6664) GPUCode 2023-07-07 03:15:59 +03:00
  • cf9bb90ae3
    code: Use std::span where appropriate (#6658) GPUCode 2023-07-07 01:52:40 +03:00
  • 4ccd9f24fb
    Merge pull request #6638 from GPUCode/new-log GPUCode 2023-07-06 23:44:54 +03:00
  • 753b36c6ef
    act: Use correct service session limit. (#6670) Steveice10 2023-07-06 13:16:46 -07:00
  • c00768d6d0
    nfc: Use existing secrets infrastructure for amiibo encryption. (#6652) Steveice10 2023-07-06 11:45:46 -07:00
  • 4383f6d80a
    Port yuzu-emu/yuzu#5229: "yuzu/main: Add basic command line arguments" (#5696) Tobias 2023-07-06 20:44:35 +02:00
  • dc5ca96c0f
    service: nfc: Use official names (#6672) Narr the Reg 2023-07-06 12:25:05 -06:00
  • 9d4609e29a
    build: Bundle libraries in-place as well on MSVC. (#6665) Steveice10 2023-07-05 17:37:06 -07:00
  • df9cc1b84c
    ci: Fix CI builds being marked as dirty. (#6656) Steveice10 2023-07-04 21:02:33 -07:00
  • 13a8969824
    build: Clear out remaining compile warnings. (#6662) Steveice10 2023-07-04 21:00:24 -07:00
  • d7b4260389 common: Address feedback GPUCode 2023-07-03 02:17:03 +03:00
  • 2126c240cd
    core: backport some ResultCode updates (#6645) GPUCode 2023-07-03 03:23:53 +03:00
  • 0b37c1da57
    shader_jit/tests: Add additional shader-jit tests (#6648) Wunk 2023-07-02 16:44:56 -07:00
  • 9527bfffed common: Remove dependency from core GPUCode 2023-06-30 13:39:38 +03:00
  • ba98bf058a logging: Address some issues GPUCode 2023-06-24 18:30:13 +03:00
  • c88acf7405
    Android: Gradle updates (#6653) Charles Lombardo 2023-07-02 04:08:27 -04:00
  • 71aea7e571
    shader/jit: Use xbyak::util::Cpu for Host capabilities (#6643) Wunk 2023-07-01 19:35:07 -07:00
  • 3d0a3c2c45
    service: nfc: Implement amiibo encryption and appdata (#6340) Narr the Reg 2023-06-30 14:15:58 -06:00
  • 9c3e2d0f50 externals: Update boost GPUCode 2023-06-24 18:25:47 +03:00
  • 0ddb095273 logging: Make use of bounded queue Morph 2023-06-24 11:54:18 +03:00
  • 52b9007fcf common: Reduce unused includes ameerj 2023-06-24 11:46:33 +03:00
  • e112421db8 backend: Ensure backend_thread is destructed before message_queue Merry 2023-06-24 11:44:13 +03:00
  • ae6fda8638 logging: Convert backend_thread into an std::jthread Wunkolo 2023-06-24 11:43:10 +03:00
  • 197c1adcba Refactor Logging Impl Levi Behunin 2023-06-24 11:41:53 +03:00
  • fe027a96fb common: Replace lock_guard with scoped_lock Merry 2022-04-07 19:30:55 +01:00
  • 637ade3b25 threadsafe_queue: Fix deadlock yzct12345 2021-08-13 19:22:51 +00:00
  • a1443356f1 threadsafe_queue: Add std::stop_token overload to PopWait ameerj 2023-06-24 10:11:54 +03:00
  • aa39430e2c common/logging: Reduce scope of fmt include ameerj 2023-06-24 10:08:18 +03:00
  • 8f51dd9513 common/logging: Move Log::Entry declaration to a separate header ameerj 2023-06-24 10:01:54 +03:00
  • 98e9f4c32e logging: Fix log filter during initialization ameerj 2023-06-24 03:05:04 +03:00
  • a8340395a3 logging: Display backtrace on crash yzct12345 2021-08-13 18:58:35 +00:00
  • 3641b9891d logging: Simplify and make thread-safe yzct12345 2023-06-24 02:58:49 +03:00
  • 8e8ca7d9d0 common: logging: backend: Close the file after exceeding the write limit Morph 2023-06-24 02:30:06 +03:00
  • b57773b1cf common: logging: Restructure backend code Morph 2023-06-24 02:27:24 +03:00
  • b559c078bc common: logging: backend: Wrap IOFile in a unique_ptr Morph 2023-06-24 02:00:26 +03:00
  • 5c86147ef4 log/backend: Use in-class initializer for FileBackend Lioncash 2021-04-20 12:57:45 -04:00
  • 399f3d4e32 log/backend: Make use of erase_if Lioncash 2021-04-20 12:53:02 -04:00
  • 173b84c8ff log/backend: Correct order of const in copy constructor Lioncash 2021-04-14 23:05:42 -04:00
  • b4c38372d1 common/log: Move Log namespace into the Common namespace Lioncash 2023-06-24 01:51:16 +03:00
  • 4fd0cbebdb logging/backend: Make use of designated initializers Lioncash 2020-08-03 10:31:57 -04:00
  • ca2d87e5e3
    renderer_opengl: Add debug scopes to logging (#6650) GPUCode 2023-06-30 02:16:54 +03:00
  • d26dcc8e31
    ci: Run clang-format and transifex in linux-fresh image. (#6649) Steveice10 2023-06-29 00:44:13 -07:00
  • 0d516f6da5
    frontend: Added Hybrid Screen screen layout option (#4542) (#6600) esliwka 2023-06-29 00:42:57 +02:00
  • 2d6aca4563
    build: Rework CI and move all bundling into new build target. (#6556) Steveice10 2023-06-26 17:42:00 -07:00
  • 2e479fcec5
    renderer_vulkan: Add shader generators (#6630) GPUCode 2023-06-26 17:22:51 +03:00
  • 7edc86a9bc
    code: Remove outdated comment style (#6640) GPUCode 2023-06-25 12:52:41 +03:00
  • 9b82de6b24
    Refactor software renderer (#6621) GPUCode 2023-06-24 01:59:18 +03:00
  • 7198243319
    android: Update UI strings to reflect desktop counterpart (#6608) sakuramipha 2023-06-23 23:45:49 +01:00
  • 6b8a06e7b4
    gl_rasterizer: Reset normal map flag each draw (#6636) GPUCode 2023-06-24 00:30:16 +03:00
  • eb118b2a4c
    Merge pull request #6613 from t895/buncha-adjustments sakuramipha 2023-06-23 15:35:54 +01:00
  • 7616496456
    video_core: Add debug scopes (#6634) GPUCode 2023-06-23 04:37:13 +03:00
  • 89663e0db8
    build: Fix generating build info using unified source archive. (#6628) Steveice10 2023-06-20 09:44:20 -07:00
  • d8db0af1b2
    Port yuzu-emu/yuzu#10575: "issue_template: Add link to website, Getting Log Files" (#6629) Tobias 2023-06-20 15:24:04 +02:00
  • 08970e7ba0
    update graphics api button indicator (#6625) luc-git 2023-06-20 14:27:36 +02:00
  • d735f5c458
    renderer_vulkan: Add vulkan initialization code (#6620) GPUCode 2023-06-20 15:24:24 +03:00
  • 70225e92f7
    externals: Move library headers CMake logic to Citra. (#6627) Steveice10 2023-06-19 17:08:11 -07:00
  • bfb6a5b5de
    common: Add C++ version of Apple authorization logic. (#6616) Steveice10 2023-06-19 15:50:26 -07:00
  • 03dbdfc12f
    video_core: Reduce nihstro includes in headers. (#6626) Steveice10 2023-06-19 15:49:22 -07:00
  • 3faddd5e03
    video_core: Add vulkan shaders (#6619) GPUCode 2023-06-19 17:02:18 +03:00
  • 7c11b9b689
    Remove AppImage Themeing (#6618) TGP17 2023-06-18 13:24:11 -04:00
  • 35d1b67fd4
    Merge pull request #6602 from SachinVin/wall SachinVin 2023-06-18 22:37:39 +05:30
  • 4c8a98a321
    common\string_util.cpp: switch to boost::locale::conv for UTF16ToUTF8() and UTF8ToUTF16() (#6623) SachinVin 2023-06-18 22:30:00 +05:30
  • 982c60c67c common\dynamic_library\ffmpeg.{cpp, h}: fix version check for av_opt_child_class_iterate SachinVin 2023-06-17 19:50:40 +05:30
  • 7e134421d5 common, input_common, network: fix warnings SachinVin 2023-06-09 22:50:37 +05:30
  • 946a32d793 android + common: fix warnings SachinVin 2023-06-09 22:50:05 +05:30
  • 8eb89c260d core: fix warnings SachinVin 2023-06-09 22:48:42 +05:30
  • 796e8a9f24 video_core:fix warnings SachinVin 2023-06-09 22:48:16 +05:30
  • c66594caf8 Enable warnings as errors SachinVin 2023-05-07 15:14:11 +05:30
  • 06db4ffb17
    Merge pull request #6508 from SachinVin/not-the-cia SachinVin 2023-06-17 20:44:20 +05:30
  • 7f1ffa2a04
    hle: Reduce Y2R stub warnings to debug logs. (#6617) Steveice10 2023-06-17 01:03:37 -07:00
  • 38435e9b3e
    Dynamically load FFmpeg and libfdk-aac if available. (#6570) Steveice10 2023-06-16 16:06:18 -07:00
  • d807cdfe62
    Qt: Fix intermittent crash on exit (#6612) Rokkubro 2023-06-17 02:58:00 +10:00
  • 318d55252f CiaInstallWorker.java: cleanup magic numbers SachinVin 2023-06-16 22:23:34 +05:30
  • 4d666b88b7 citra_android: Add headers for clock and plugin loader Charles Lombardo 2023-06-15 03:35:30 -04:00
  • 819d2a33c7 citra_android: Make strings more consistent Charles Lombardo 2023-06-15 03:35:10 -04:00
  • c074460f60 android: Bump to gradle 8.0 SachinVin 2023-06-11 17:58:18 +05:30
  • f5bb17c82e Android: Offload CIA installation to background thread SachinVin 2023-05-01 17:51:01 +05:30
  • ccb2a7cbea android: minor refactor disk shadercache SachinVin 2023-05-01 10:03:58 +05:30
  • 238a574645
    qt: Add support for building for iOS. (#6594) Steveice10 2023-06-07 20:40:53 -07:00
  • d9bf4fd8a2
    externals: Update dynarmic to 6.4.8 (#6596) Steveice10 2023-06-07 20:25:28 -07:00
  • 54c499ed5b
    Prepare for Vulkan backend (#6595) Steveice10 2023-06-05 07:29:05 -07:00
  • 5b7cc76ba3
    Add warning popup when loading save states for the first time (#6565) GPUCode 2023-06-05 10:06:00 +03:00
  • 52f88f8fb4
    chore: Fix GCC 13 compilation and SoundTouch libraries being installed. (#6593) Steveice10 2023-06-02 23:11:17 -07:00
  • abd949fea1
    qt: Add NCCH secure 1/2 to keys needed for system titles download. (#6586) Steveice10 2023-06-02 19:16:48 -07:00
  • f1ece7c56f
    audio_core: Fix FDK and FFmpeg compile errors. (#6591) Steveice10 2023-06-02 19:00:09 -07:00
  • c67c648c1a
    mmpx: Fix GLES crashes. (#6588) Stuart Kenny 2023-06-01 16:22:57 +01:00
  • 723b662604
    core: Update minimal system title set. (#6573) Steveice10 2023-05-31 17:34:31 -07:00
  • 0f5ff64ae6
    build: Fix Qt download commands working directory. (#6579) Steveice10 2023-05-31 15:42:13 -07:00
  • e33a8a9b26
    input_common: sdl: Port yuzu sdl fixes (#6577) Narr the Reg 2023-05-31 04:01:46 -06:00
  • b91fbf3f8e
    ci: Fix macOS bundle validity issues. (#6572) Steveice10 2023-05-31 03:01:12 -07:00
  • 4ddb2116bf
    qt: Allow toggling whether to enter system setup on home menu boot. (#6574) Steveice10 2023-05-31 01:56:35 -07:00