summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: create linux group in general settingsGravatar flodavid2023-11-251-18/+6
* yuzu: integrate gamemode support on linuxGravatar xcfrg2023-11-251-0/+24
* config: Unify config handling under frontend_commonGravatar t8952023-11-211-2/+3
* cmd/yuzu: Remove uncaught usage of stoiGravatar lat9nq2023-09-131-2/+3
* am: Implement UserChannel parametersGravatar FearlessTobi2023-09-101-0/+1
* msvc: set warning level to /W4 globallyGravatar Danila Malyutin2023-09-031-1/+1
* core_timing: Remove GetCurrentTimerResolution in CoreTiming loopGravatar Morph2023-07-021-2/+6
* Don't exit when using "-u" option in yuzu-cmdGravatar Ariel Cabello2023-05-251-1/+1
* Add short "-u" option for yuzu_cmd.Gravatar Ariel Cabello2023-05-251-1/+1
* main: (Windows) Set the current timer resolution to the maximumGravatar Morph2023-03-051-0/+4
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-1/+1
* yuzu_cmd: Order arguments alphabetically and port arguments from QtGravatar german772023-02-041-19/+36
* Disable automatically opening the console on windows yuzu-cmd builds (#9485)Gravatar Chris Oboe2022-12-231-0/+7
* video_core: add null backendGravatar Liam2022-11-281-0/+4
* Add break statement in default caseGravatar Enrico Mancuso2022-11-111-0/+1
* core: Partially persist emulation state across game boots.Gravatar bunnei2022-10-181-1/+3
* core, network: Add ability to proxy socket packetsGravatar FearlessTobi2022-08-151-7/+3
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-3/+2
* yuzu_cmd: Fix compilationGravatar FearlessTobi2022-07-251-1/+1
* yuzu: Add ui files for multiplayer roomsGravatar FearlessTobi2022-07-251-0/+158
* core: fix initialization in single core, sync GPU modeGravatar Liam2022-06-161-0/+2
* Make yuzu-cmd respect log_filter settingGravatar Nikita Strygin2022-06-161-0/+6
* core/debugger: fix a number of shutdown deadlocksGravatar Liam2022-06-101-0/+1
* core/debugger: support operation in yuzu-cmdGravatar Liam2022-06-101-0/+8
* yuzu_cmd: Start the logging backendGravatar lat9nq2022-03-281-0/+1
* Merge pull request #8048 from ameerj/include-purgeGravatar bunnei2022-03-211-4/+0
|\
| * yuzu_cmd: Reduce unused includesGravatar ameerj2022-03-201-4/+0
* | yuzu_cmd: Allow user to specify config file locationGravatar lat9nq2022-03-151-4/+18
|/
* general: Get the current process program id directly from the systemGravatar Morph2021-11-041-2/+1
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-1/+1
* core: Move ResultStatus outside of SystemGravatar Morph2021-10-151-8/+8
* yuzu_cmd: Remove remaining static system instancesGravatar Morph2021-10-151-3/+2
* logging: Simplify and make thread-safeGravatar yzct123452021-08-131-19/+3
* emu_window: Remove global system instanceGravatar lat9nq2021-07-301-2/+2
* shader: Adhere to disk shader cache settingGravatar ameerj2021-07-221-3/+5
* yuzu-cmd: Fullscreen Improvements (#6656)Gravatar san2021-07-211-1/+1
* general: Make most settings a BasicSettingGravatar lat9nq2021-06-281-1/+1
* bootmanager: Use std::stop_source for stopping emulationGravatar ReinUsesLisp2021-06-221-1/+1
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-5/+6
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-1/+1
* Merge pull request #6199 from lioncash/log-nsGravatar bunnei2021-04-141-2/+4
|\
| * common/log: Move Log namespace into the Common namespaceGravatar Lioncash2021-04-141-2/+4
* | common: Move settings to common from core.Gravatar bunnei2021-04-141-2/+2
|/
* gpu: Report renderer errors with exceptionsGravatar ReinUsesLisp2021-02-131-1/+1
* renderer_opengl: Avoid precompiled cache and force NV GL cache directoryGravatar ReinUsesLisp2021-01-211-0/+3
* yuzu_cmd: Silence unreferenced local variable warningGravatar Morph2021-01-101-2/+0
* general: Fix various spelling errorsGravatar Morph2021-01-021-1/+1
* cmake: Always enable VulkanGravatar ReinUsesLisp2020-12-241-7/+0
* yuzu: Remove gdbstub configurationGravatar FearlessTobi2020-12-191-19/+5
* core: Eliminate remaining usages of the global system instanceGravatar Lioncash2020-11-271-5/+4