Commit Graph

  • b4ef3cdeff bootmanager: set the surface format based on vsync Vitor Kiguchi 2023-04-03 14:21:49 -03:00
  • 5c50a26b38 bootmanager: make main_context a unique_ptr Vitor Kiguchi 2023-04-03 12:17:09 -03:00
  • 40849a8fa8 bootmanager: remove unnecessary includes Vitor Kiguchi 2023-04-03 12:16:43 -03:00
  • 4e0f78dfa0 citra_qt: fix vsync configuration being possible while a game is running Vitor Kiguchi 2023-04-03 10:01:25 -03:00
  • aac0e07d1e emu_window_sdl2: Respect hidpi Alexander Orzechowski 2023-04-03 14:34:45 +03:00
  • 06c426883f OpenGL: Check for threading support Alexander Orzechowski 2023-04-03 14:33:15 +03:00
  • 71d4a85957 video_core: Disable async shader loading with strict contexts GPUCode 2023-04-03 14:32:13 +03:00
  • 3846d0c2cd RenderWidget: Set WA_DontCreateNativeAncestors Alexander Orzechowski 2023-04-03 13:56:39 +03:00
  • 041252ba36 file_sys: Attempt to open New 3DS variant NCCH if available. (#6383) Steveice10 2023-04-01 20:27:56 -07:00
  • a74d7a0e6b qt: Hide system titles with invisible or invalid SMDH data. (#6381) Steveice10 2023-04-01 20:27:22 -07:00
  • 387cf15719 Remove unused includes (#6405) Cameron Cawley 2023-04-02 01:54:59 +01:00
  • 215a099c4f Port yuzu-emu/yuzu#9058: "New transifex client needs migrating to" (#6389) GPUCode 2023-04-01 08:02:37 +03:00
  • 351730d585 Fix infinite hang if GDB client kills gdbstub Ian Chamberlain 2023-03-31 14:06:43 -04:00
  • 83138e0c63 Fix some build + impl errors with HIO Ian Chamberlain 2023-03-31 14:05:57 -04:00
  • 33dde0d06b Update default config example for log_filter Ian Chamberlain 2023-03-31 13:54:47 -04:00
  • f96047f182 PlatformGamesFragment.java: Run PullToRefresh on a background thread (#6372) SachinVin 2023-03-30 17:43:40 +05:30
  • 979c6d9c55 citra_android: fix crash while load amiibo (#6373) hank121314 2023-03-30 20:13:20 +08:00
  • 506644b9d6 video_core: Fix distance vector used when calculating lighting distance attenuation. (#6366) Steveice10 2023-03-30 05:12:09 -07:00
  • ffc95eb59b Frontend PR fixes (#6378) GPUCode 2023-03-30 14:24:49 +03:00
  • f92f494cab Stop execution when performing HIO request Ian Chamberlain 2022-12-04 15:34:06 -05:00
  • b9c11e71d7 Fix ABI mismatch in packed HIO request Ian Chamberlain 2022-12-04 15:03:29 -05:00
  • 874bfebaf9 Add some notes + use stringstream to build packet Ian Chamberlain 2022-12-03 16:48:21 -05:00
  • 7de1bf3746 Properly parse incoming hio packet Ian Chamberlain 2022-12-03 16:09:13 -05:00
  • 6f23ee43ae Initial port of luma3ds' gdb_hio to Citra Ian Chamberlain 2022-12-02 19:31:31 -06:00
  • 5346ca27b5 Rework system title handling with up-to-date title list and region detection support. (#6356) Steveice10 2023-03-29 04:55:29 -07:00
  • b5d6f645bd Prepare frontend for multiple graphics APIs (#6347) GPUCode 2023-03-27 14:29:17 +03:00
  • 9ef42040af GameDatabase.java: Fix file exists check on SAF (#6374) SachinVin 2023-03-26 23:54:44 +05:30
  • d9d0fc63ec applet: Fix HLE applet pre-start lifecycle. (#6362) Steveice10 2023-03-25 14:36:14 -07:00
  • 44097c2a8d gl_shader_disk_cache: Avoid reopening files every time a shader need to be written. (#6344) SachinVin 2023-03-26 03:05:17 +05:30
  • fdb7ab47ff Merge pull request #6364 from Steveice10/break_error bunnei 2023-03-25 01:18:26 -07:00
  • 5317c00c45 Merge pull request #6368 from GPUCode/msvc-dup BreadFish64 2023-03-24 10:29:55 -05:00
  • c7f8bc5582 file_util: Check fd before using dup GPUCode 2023-03-24 16:50:48 +02:00
  • 54385a54eb citra_qt: Prevent OS sleep on Linux when a game is running (#6249) Tobias 2023-03-23 19:37:10 +01:00
  • 343717e683 citra_android: Implement edge-to-edge (#6349) Charles Lombardo 2023-03-23 14:36:54 -04:00
  • 8d563d37b4 citra_android: Storage Access Framework implementation (#6313) hank121314 2023-03-23 21:30:52 +08:00
  • 8c12eb4905 Merge pull request #6360 from SachinVin/b Mai 2023-03-21 21:55:35 -04:00
  • f1c282775d kernel: Set system error status on svcBreak. Steveice10 2023-03-21 14:18:59 -07:00
  • 0c3fe272b6 citra_qt: Add enhancement options to per-game (#6308) GPUCode 2023-03-21 23:12:13 +02:00
  • 8434d30768 common\common_funcs.h: use __builtin_trap for Crash() SachinVin 2023-03-18 20:25:39 +05:30
  • fbf53686c3 apt: Fix exiting to game list on application close. (#6353) Steveice10 2023-03-21 09:07:49 -07:00
  • 794d051f0c common\CMakeLists.txt: add missing arch.h (#6359) SachinVin 2023-03-21 21:36:28 +05:30
  • 3fb48716c5 CreateThread invalid processor ID return error instead of assert. (#6354) PabloMK7 2023-03-21 17:06:07 +01:00
  • 359a1b3296 citra_android: Fix input shifting in emulation activity (#6352) Charles Lombardo 2023-03-21 12:05:42 -04:00
  • a2fd43deab Revert "citra_android: Use androidx splash screen (#6355)" (#6357) GPUCode 2023-03-17 10:34:00 +02:00
  • 27c280534d citra_android: Use androidx splash screen (#6355) Charles Lombardo 2023-03-16 02:30:47 -04:00
  • e18e30a8cc citra_android: Enable themed icon (#6351) Charles Lombardo 2023-03-15 03:21:54 -04:00
  • 6fbc54b0c5 citra-qt: fixes to per game settings (#6298) Vitor K 2023-03-13 18:02:07 -03:00
  • 49acfe428a citra_android: Bundle speex by default (#6348) Charles Lombardo 2023-03-13 16:46:22 -04:00
  • aa8df317af citra_android: fix DiskShaderCacheProgress crash (#6346) hank121314 2023-03-13 13:46:38 +08:00
  • 2cbf6fbb17 qt: Fix keys tutorial link in update downloader. (#6343) Steveice10 2023-03-12 08:58:04 -07:00
  • 27be16ee31 Update AndroidManifest for Android TV (#6330) DRayX 2023-03-09 15:44:45 -08:00
  • c96f54f022 Implement app management support (suspend, resume, close, etc) (#6322) Steveice10 2023-03-09 15:44:26 -08:00
  • d2caf2d386 citra_android: Start material 3 migration (#6335) Charles Lombardo 2023-03-09 17:22:11 -05:00
  • 1cca713e3b citra_android: New settings fragment animations (#6332) Charles Lombardo 2023-03-09 11:24:32 -05:00
  • 976995ba08 cfg: Set system setup complete flag when formatting save. (#6331) Steveice10 2023-03-08 15:05:00 -08:00
  • 07e02a1acf Port multiplayer related PRs from yuzu (yuzu-emu/yuzu#9661 and yuzu-emu/yuzu#9713) (#6319) Tobias 2023-03-08 00:51:46 +01:00
  • 455a0198d9 ci: Bump macOS target to 11 (Big Sur) (#6325) Steveice10 2023-03-03 05:04:31 -08:00
  • 8f2a5374c3 ci: Build macOS architectures separately and combine (#6321) Steveice10 2023-03-01 09:58:09 -08:00
  • c961ecb9a4 jni\native.cpp: Log g_build_fullname on Android (#6318) SachinVin 2023-02-28 21:59:30 +05:30
  • c6f9fd3b65 qt: Remove status bar 3D controls due to issues. (#6317) Steveice10 2023-02-28 04:10:14 -08:00
  • 3c15398f9e apt: Implement additional applet state management. (#6303) Steveice10 2023-02-28 04:09:54 -08:00
  • 8b116aaa04 externals: Fix mismatched CryptoPP definitions between compile time and header use. (#6314) Steveice10 2023-02-25 02:58:38 -08:00
  • cc5ea21f1c citra_qt: Write to config file on important config changes (#6311) Tobias 2023-02-25 11:57:59 +01:00
  • 286f750c6c citra_qt: Move CPU speed slider to debug tab and Report Comptaibility to help menu (#6250) Tobias 2023-02-18 23:24:15 +01:00
  • d8c9335ef0 Resolve Black Screen on Intel GPU Regression (#6306) SomeDudeOnDiscord 2023-02-18 11:54:12 -05:00
  • cda358443f nim: Fully stub nim:u service. (#6290) Steveice10 2023-02-17 10:30:47 -08:00
  • bf73cb57ca am: Return installed titles in GetNumTickets and GetTicketList stubs. (#6292) Steveice10 2023-02-17 06:20:56 -08:00
  • 9eb1cd2875 Added an option to set the proportion of the screens when using layout "Large Screen Small Screen", to allow the user to define how much bigger the large screen should be with respect to the smaller screen. Currently the value must be between 1 and 16, but I could set a different maximum value if that would be desired. Thank you very much! (#6252) komasanzura 2023-02-17 09:19:52 -05:00
  • bb8dde8480 aes: Fix derivation of slot 0x25 key X from NATIVE_FIRM. (#6283) Steveice10 2023-02-16 05:35:17 -08:00
  • 5aa80873e2 qt: Enable application options for system applications. (#6286) Steveice10 2023-02-15 12:24:54 -08:00
  • 5215468ff6 core\file_sys\archive_sdmc.cpp: Log error message if file failed to open. (#6284) SachinVin 2023-02-15 02:49:45 +05:30
  • 68162c29b4 cfg: Initialize backlight controls config blocks. (#6291) Steveice10 2023-02-14 13:10:07 -08:00
  • a8e4e11cd5 Better Support for Picture-in-Picture Custom Layouts (Based on #6127) (#6247) SomeDudeOnDiscord 2023-02-14 16:06:11 -05:00
  • ab8d1c7d8b github: Improve Readme and add better issue templates (#6276) Tobias 2023-02-13 14:51:09 +01:00
  • 1ab9b60a60 Services/APT: Implement PrepareToStartApplication, StartApplication, and WakeupApplication (#6280) Steveice10 2023-02-11 22:47:08 -08:00
  • c2903a6b9d citra_qt: Hide updates on per-game config (#6296) GPUCode 2023-02-12 08:45:43 +02:00
  • 849d795f0e Port yuzu-emu/yuzu#8367: "Logging: Report Post Windows 10 2004 versions, like Windows 11" (#6295) GPUCode 2023-02-12 00:22:58 +02:00
  • a40cde7f76 msvc: fix missing qtconcurrent dll (#6294) Vitor K 2023-02-10 15:36:36 -03:00
  • 5eb72e9489 main: Enable High DPI fixes for Qt >= 5.14 (#6262) Morph 2023-02-09 19:19:43 -05:00
  • 6bef34852c Add option to configure to download system files from Nintendo Update Service (#6269) Steveice10 2023-02-09 11:58:08 -08:00
  • 691cb43871 Add shortcuts and status bar widgets to toggle and set 3D factor (#6277) Steveice10 2023-02-09 11:57:06 -08:00
  • f66d03dd48 citra_qt: Improvements to hotkeys and ui state management (#6224) Tobias 2023-02-04 19:06:20 +01:00
  • 9b49d94644 Lower log level of some sdmc logs (#6266) Colin E 2023-02-03 23:41:06 +01:00
  • 78cb48b23c common: Make TrimSourcePath constexpr (#6279) Steveice10 2023-02-03 10:01:10 -08:00
  • 3a6a17c708 externals: Bundle cryptopp as submodule. (#6272) Steveice10 2023-02-02 07:26:21 -08:00
  • 3d3dd2d162 Merge pull request #6275 from zhaowenlan1779/tx-migrate Pengfei Zhu 2023-02-02 16:51:13 +08:00
  • 99c3eb21b0 dist/languages: Migrate to new tx client Pengfei Zhu 2023-02-01 14:57:12 +08:00
  • bb8cb3ff82 main: Globally disable the "?" button on dialogs (#6263) Morph 2023-01-28 11:08:15 -05:00
  • 0f6478a928 Fix crash when plugin has missing text section (#6264) PabloMK7 2023-01-27 14:06:35 +01:00
  • 84e54a52a6 core: Detect and return error if GBA virtual console is loaded. (#6257) Steveice10 2023-01-23 01:51:57 -08:00
  • d704c6a3ac common: Support macOS application data path conventions. (#6258) Steveice10 2023-01-23 01:50:50 -08:00
  • 9b20bcea0f android: Allow opening in-emulation menu by pressing Back (#6248) JosJuice 2023-01-22 08:42:27 +01:00
  • 9c6035f254 Implement svcGetHandleInfo, svcOpenProcess/Thread, svcGetProcessList (#6243) PabloMK7 2023-01-15 17:20:54 +01:00
  • a298e4969b externals: Switch to newer cryptopp-cmake. (#6242) Steveice10 2023-01-15 08:15:42 -08:00
  • bd1cabce86 Instead of there being an "Abort/Continue" prompt when a savestate fails to save or load, it just brings up a warning box. (#6236) upadsamay387 2023-01-15 10:15:16 -06:00
  • ad2cbe2b26 macOS: Make Citra show up in the Launchpad Games folder (#6245) UltraHDR 2023-01-10 00:27:11 +00:00
  • e60a816d89 Merge pull request #6240 from Steveice10/universal SachinVin 2023-01-07 19:39:22 +05:30
  • 5d0e60a6aa ci: Generate universal macOS build. Steveice10 2023-01-05 15:16:40 -08:00
  • a8848cce43 build: Update to support multi-arch builds. Steveice10 2023-01-06 07:28:02 -08:00
  • 0e325255f3 externals: point to upstream dynarmic SachinVin 2022-12-30 12:33:43 +05:30