summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #4976 from comex/poll-eventsGravatar Rodrigo Locatti2020-11-251-1/+1
|\
| * Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...Gravatar comex2020-11-231-1/+1
* | core: Make use of [[nodiscard]] with the System classGravatar Lioncash2020-11-181-2/+2
|/
* renderer_opengl: Remove emulated mailbox presentationGravatar ReinUsesLisp2020-09-201-5/+2
* video_core: Remove all Core::System references in rendererGravatar ReinUsesLisp2020-09-061-1/+4
* input_common: Eliminate most global stateGravatar Lioncash2020-08-271-4/+5
* common/telemetry: Migrate namespace into the Common namespaceGravatar Lioncash2020-08-181-1/+1
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-161-2/+2
* configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-091-1/+1
* General: Setup yuzu threads' microprofile, naming and registry.Gravatar Fernando Sahmkow2020-06-271-2/+4
* YuzuCMD/Tester: Correct executionGravatar Fernando Sahmkow2020-06-271-3/+4
* General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow2020-06-271-1/+1
* Address review and fix broken yuzu-tester buildGravatar James Rowe2020-03-251-2/+2
* Frontend/GPU: Refactor context managementGravatar James Rowe2020-03-241-9/+2
* frontend: sdl2: emu_window: Implement separate presentation thread.Gravatar bunnei2020-02-251-9/+16
* yuzu: Implement Vulkan frontendGravatar ReinUsesLisp2020-01-291-1/+17
* Add FPS to SDL title barGravatar jroweboy2019-09-221-2/+2
* yuzu: Port old usages of Filesystem namespace to FilesystemControllerGravatar Zach Hilman2019-09-211-1/+1
* Merge pull request #2526 from lioncash/globalGravatar Zach Hilman2019-06-051-4/+1
|\
| * yuzu_cmd/yuzu: Correct formatting specifierGravatar Lioncash2019-05-281-1/+1