summaryrefslogtreecommitdiff
path: root/src/yuzu/main.cpp
AgeCommit message (Collapse)Author
2023-09-14debug: Add renderdoc capture hotkeyGPUCode
2023-09-13Merge pull request #11486 from liamwhite/system-verificationliamwhite
qt: add verification for installed contents
2023-09-13Merge pull request #11473 from liamwhite/fix-launch-paramliamwhite
am: Implement UserChannel parameters
2023-09-12qt: add verification for installed contentsLiam
2023-09-10am: Implement UserChannel parametersFearlessTobi
Used by the Super Mairo 3D All-Stars collection.
2023-09-10Merge pull request #11450 from lat9nq/no-vk-device-fixliamwhite
configure_graphics: Fix handling of broken Vulkan
2023-09-10Merge pull request #11456 from liamwhite/worse-integrity-verificationliamwhite
core: implement basic integrity verification
2023-09-06core: implement basic integrity verificationLiam
2023-09-05yuzu-qt: Use Null when OpenGL is not compiledlat9nq
2023-09-05yuzu-qt: Update API Text for broken Vulkanlat9nq
Otherwise caused a blue Vulkan badge to appear in the status bar.
2023-09-02qt: measure romfs dump completion by bytes readLiam
2023-09-02Merge pull request #11381 from liamwhite/romfs-dumpliamwhite
qt: fix romfs dumping for multiprogram applications
2023-09-02Merge pull request #11384 from liamwhite/am-shutdownliamwhite
am: shorten shutdown timeout when lock is not held
2023-08-28qt: ensure packed update nca is applied to the correct baseLiam
2023-08-28qt: fix romfs dumping for multiprogram applicationsLiam
2023-08-27Address review commentsLiam
2023-08-26yuzu-qt: Track play timeMario
2023-08-26Merge pull request #11356 from lat9nq/console-mode-pgliamwhite
general,config-qt: Present Console Mode as an enum with separate options in game properties
2023-08-26am: shorten shutdown timeout when lock is not heldLiam
2023-08-24yuzu/main: Ensure NCAs are registered in content provider when launching ↵FearlessTobi
from CLI Fixes updates and DLC not being loaded when launching yuzu from the command line. Similar to https://github.com/yuzu-emu/yuzu/pull/11357. Fixes https://github.com/yuzu-emu/yuzu/issues/8352,
2023-08-23main: Fix docked mode button, clang 14 errorlat9nq
2023-08-22main: Access by referencelat9nq
Old Clang is fussy about this.
2023-08-22general: Use console mode helper across projectlat9nq
2023-08-22general: Convert use_docked_mode to an enumerationlat9nq
Allows some special interactions with it in the Qt frontend.
2023-08-15vfs: expand support for NCA readingLiam
2023-07-21settings,opengl,yuzu-qt: Fix AA, Filter maximumslat9nq
The new enum macros don't support setting values directly. For LastAA and LastFilter, this means we need a simpler approach to loop around the toggle in the frontend...
2023-07-21settings,general: Rename non-confirming enumslat9nq
2023-07-06main: Use 1_MiB as a constant for copy buffer sizeMorph
2023-07-06main: Fix install progress calculationMorph
The increased buffer size means that that progress bar size has to be adjusted
2023-07-03Use `toUtf8()` for string passed to DBuszeltermann
2023-07-02core_timing: Remove GetCurrentTimerResolution in CoreTiming loopMorph
Other programs may change this value, but if thousands of syscalls in this loop is undesirable, then we can just set this once.
2023-06-27yuzu: Fix clang formatgerman77
2023-06-27Merge pull request #9663 from EBADBEEF/disable-controller-appletNarr the Reg
qt: add option to disable controller applet
2023-06-24Only use SDL wakelock on Linuxzeltermann
SDL has internally fixed shenanigans related to wakelocking through DBus from inside sandboxes from around August 2022, so we can now remove the workaround we used since 2021.
2023-06-23Merge pull request #10842 from german77/native_mifareliamwhite
input_common: Implement native mifare/skylander support for joycons/pro controller
2023-06-21input_common: Implement native mifare supportNarr the Reg
2023-06-18Merge pull request #10486 from lat9nq/vk-device-find-onceliamwhite
yuzu-qt: Load Vulkan device info at startup
2023-06-11qt: use larger buffer for update installLiam
2023-06-09Merge pull request #10614 from xcfrg/shader-backend-status-barliamwhite
yuzu: add opengl shader backend info in status bar
2023-06-06yuzu-qt: Load Vulkan device info at startuplat9nq
Loading it when the configuration opens now incurs a noticeable delay. We also don't need to rediscover the same data repeatedly each time the configuration opens. Moves vulkan device info discovery to yuzu's startup as opposed to the configure_graphics constructor.
2023-06-04yuzu: add opengl shader backend info in status barxcfrg
2023-06-03Issue a reload if the system language changedKeve1227
2023-06-01Merge pull request #10352 from grimkor/add-context-menu-status-bar-settingsliamwhite
add context menu for status bar settings
2023-05-29yuzu: Disable game list while game is runninggerman77
2023-05-26qt: add menu item to remove cache storageLiam
2023-05-24add context menu for filter and anti-aliasing status buttonsgrimkor
2023-05-16Merge pull request #10107 from grimkor/allow-fully-customised-hotkeysliamwhite
Allow fully customised controller hotkeys
2023-05-10Allow fully customisable controller hotkeysgrimkor
2023-05-07Merge pull request #10097 from german77/nfp_fullbunnei
service: nfc: Merge device interfaces and create the device manager
2023-05-05service: nfc: Merge device interfaces and create the device managerNarr the Reg