summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-25yuzu: create linux group in general settingsGravatar flodavid1-18/+6
2023-11-25yuzu: integrate gamemode support on linuxGravatar xcfrg1-0/+24
2023-11-21config: Unify config handling under frontend_commonGravatar t8951-2/+3
2023-09-13cmd/yuzu: Remove uncaught usage of stoiGravatar lat9nq1-2/+3
2023-09-10am: Implement UserChannel parametersGravatar FearlessTobi1-0/+1
2023-09-03msvc: set warning level to /W4 globallyGravatar Danila Malyutin1-1/+1
2023-07-02core_timing: Remove GetCurrentTimerResolution in CoreTiming loopGravatar Morph1-2/+6
2023-05-25Don't exit when using "-u" option in yuzu-cmdGravatar Ariel Cabello1-1/+1
2023-05-25Add short "-u" option for yuzu_cmd.Gravatar Ariel Cabello1-1/+1
2023-03-05main: (Windows) Set the current timer resolution to the maximumGravatar Morph1-0/+4
2023-02-13general: rename CurrentProcess to ApplicationProcessGravatar Liam1-1/+1
2023-02-04yuzu_cmd: Order arguments alphabetically and port arguments from QtGravatar german771-19/+36
2022-12-23Disable automatically opening the console on windows yuzu-cmd builds (#9485)Gravatar Chris Oboe1-0/+7
2022-11-28video_core: add null backendGravatar Liam1-0/+4
2022-11-13Add break for default casesGravatar Kyle Kienapfel1-0/+1
2022-11-11Add break statement in default caseGravatar Enrico Mancuso1-0/+1
2022-10-18core: Partially persist emulation state across game boots.Gravatar bunnei1-1/+3
2022-08-15core, network: Add ability to proxy socket packetsGravatar FearlessTobi1-7/+3
2022-07-27chore: make yuzu REUSE compliantGravatar Andrea Pappacoda1-3/+2
2022-07-25yuzu_cmd: Fix compilationGravatar FearlessTobi1-1/+1
2022-07-25yuzu: Add ui files for multiplayer roomsGravatar FearlessTobi1-0/+158
2022-06-16core: fix initialization in single core, sync GPU modeGravatar Liam1-0/+2
2022-06-16Make yuzu-cmd respect log_filter settingGravatar Nikita Strygin1-0/+6
2022-06-10core/debugger: fix a number of shutdown deadlocksGravatar Liam1-0/+1
2022-06-10core/debugger: support operation in yuzu-cmdGravatar Liam1-0/+8
2022-03-28yuzu_cmd: Start the logging backendGravatar lat9nq1-0/+1
2022-03-20yuzu_cmd: Reduce unused includesGravatar ameerj1-4/+0
2022-03-15yuzu_cmd: Allow user to specify config file locationGravatar lat9nq1-4/+18
2021-11-04general: Get the current process program id directly from the systemGravatar Morph1-2/+1
2021-11-04general: Rename GetTitleID to GetProgramIDGravatar Morph1-1/+1
2021-10-15core: Move ResultStatus outside of SystemGravatar Morph1-8/+8
2021-10-15yuzu_cmd: Remove remaining static system instancesGravatar Morph1-3/+2
2021-08-13logging: Simplify and make thread-safeGravatar yzct123451-19/+3
2021-07-30emu_window: Remove global system instanceGravatar lat9nq1-2/+2
2021-07-22shader: Adhere to disk shader cache settingGravatar ameerj1-3/+5
2021-07-21yuzu-cmd: Fullscreen Improvements (#6656)Gravatar san1-1/+1
2021-06-28general: Make most settings a BasicSettingGravatar lat9nq1-1/+1
2021-06-22bootmanager: Use std::stop_source for stopping emulationGravatar ReinUsesLisp1-1/+1
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph1-5/+6
2021-05-05hle: kernel: Rename Process to KProcess.Gravatar bunnei1-1/+1
2021-04-14common/log: Move Log namespace into the Common namespaceGravatar Lioncash1-2/+4
2021-04-14common: Move settings to common from core.Gravatar bunnei1-2/+2
2021-02-13gpu: Report renderer errors with exceptionsGravatar ReinUsesLisp1-1/+1
2021-01-21renderer_opengl: Avoid precompiled cache and force NV GL cache directoryGravatar ReinUsesLisp1-0/+3
2021-01-10yuzu_cmd: Silence unreferenced local variable warningGravatar Morph1-2/+0
2021-01-02general: Fix various spelling errorsGravatar Morph1-1/+1
2020-12-24cmake: Always enable VulkanGravatar ReinUsesLisp1-7/+0
2020-12-19yuzu: Remove gdbstub configurationGravatar FearlessTobi1-19/+5
2020-11-27core: Eliminate remaining usages of the global system instanceGravatar Lioncash1-5/+4
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...Gravatar comex1-1/+1