summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Collapse)Author
2023-10-01service: am: Set push in arguments according to the launched appletNarr the Reg
2023-10-01yuzu: Allow to launch cabinet applet from firmwareNarr the Reg
2023-09-26Qt: Remove ability to install xci filesCharles Lombardo
2023-09-23yuzu: Add button to boot mii edit from firmwaregerman77
2023-09-16Merge pull request #11492 from lat9nq/c-numeric-conversionsliamwhite
general: Remove uncaught usages of C++ string number conversions
2023-09-14shared_widget: Use default literals morelat9nq
2023-09-14debug: Add renderdoc capture hotkeyGPUCode
2023-09-13shared_widget: Forward-port Citra changeslat9nq
Seemed like a good time to move these over. Also remove usage of std::sto{l,ll,ul,f,d}
2023-09-13configure_ui: Remove unnecessary usage of stoullat9nq
2023-09-13Merge pull request #11486 from liamwhite/system-verificationliamwhite
qt: add verification for installed contents
2023-09-13Merge pull request #11480 from german77/mii_serviceliamwhite
service: mii: Update implementation Part1
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-11mii: service: Address reviewgerman77
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-06Merge pull request #11434 from danilaml/fix-warningsliamwhite
msvc: set warning level to /W4 globally
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-05configure_graphics: Capture by referencelat9nq
Small optimization.
2023-09-04configure_graphics: Fix handling of broken Vulkanlat9nq
The VSync combobox wouldn't populate if there was no Vulkan device, which caused issues with trying to set VSync on other backends. This also adds another layer to GetCurrentGraphicsBackend to check for broken Vulkan and return OpenGL instead of Vulkan.
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin
And fix a bunch of warnings
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-25Merge pull request #11377 from BenjaminHalko/reverse-slider-inputliamwhite
ui: Fixed inverted controls on ReverseSlider widgets
2023-08-25ui: Fixed inverted controls on ReverseSlider widgetsBenjaminHalko
fixes: #11236
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-24game_list_worker: Display correct size for NAX gamesFearlessTobi
This was a regression from https://github.com/yuzu-emu/yuzu/pull/1837. Fixes https://github.com/yuzu-emu/yuzu/issues/1938.
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-22config(qt): Sanitize docked handheld controllerlat9nq
2023-08-22shared_translation: Define use_docked_mode textslat9nq
2023-08-22general: Convert use_docked_mode to an enumerationlat9nq
Allows some special interactions with it in the Qt frontend.
2023-08-22shared_widget: Implement radio groupslat9nq
2023-08-22Merge pull request #11302 from vonchenplus/vulkan_macosliamwhite
Add macos moltenvk bundle, Add copy moltevk dylib script
2023-08-22Merge pull request #11303 from lat9nq/screenshots-configurableliamwhite
yuzu-qt: Add configuration for screenshot resolution
2023-08-22Add macos moltenvk bundle, Add copy moltevk dylib scriptFeng Chen
2023-08-16uisettings: Add TODO for stretched aspect being ignoredlat9nq
2023-08-16configure_ui: Silence MSVC warninglat9nq
2023-08-16yuzu-qt: Screenshots depend more on the graphics settingslat9nq