summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp
AgeCommit message (Expand)Author
2021-10-15core: Move ResultStatus outside of SystemMorph
2021-10-15yuzu_cmd: Remove remaining static system instancesMorph
2021-08-13logging: Simplify and make thread-safeyzct12345
2021-07-30emu_window: Remove global system instancelat9nq
2021-07-22shader: Adhere to disk shader cache settingameerj
2021-07-21yuzu-cmd: Fullscreen Improvements (#6656)san
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-06-22bootmanager: Use std::stop_source for stopping emulationReinUsesLisp
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-04-14Merge pull request #6199 from lioncash/log-nsbunnei
2021-04-14common/log: Move Log namespace into the Common namespaceLioncash
2021-04-14common: Move settings to common from core.bunnei
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp
2021-01-21renderer_opengl: Avoid precompiled cache and force NV GL cache directoryReinUsesLisp
2021-01-10yuzu_cmd: Silence unreferenced local variable warningMorph
2021-01-02general: Fix various spelling errorsMorph
2020-12-24cmake: Always enable VulkanReinUsesLisp
2020-12-19yuzu: Remove gdbstub configurationFearlessTobi
2020-11-27core: Eliminate remaining usages of the global system instanceLioncash
2020-11-25Merge pull request #4976 from comex/poll-eventsRodrigo Locatti
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...comex
2020-11-18core: Make use of [[nodiscard]] with the System classLioncash
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp
2020-08-27input_common: Eliminate most global stateLioncash
2020-08-18common/telemetry: Migrate namespace into the Common namespaceLioncash
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-06-27General: Setup yuzu threads' microprofile, naming and registry.Fernando Sahmkow
2020-06-27YuzuCMD/Tester: Correct executionFernando Sahmkow
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-03-25Address review and fix broken yuzu-tester buildJames Rowe
2020-03-24Frontend/GPU: Refactor context managementJames Rowe
2020-02-25frontend: sdl2: emu_window: Implement separate presentation thread.bunnei
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp
2019-09-22Add FPS to SDL title barjroweboy
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-06-05Merge pull request #2526 from lioncash/globalZach Hilman
2019-05-28yuzu_cmd/yuzu: Correct formatting specifierLioncash
2019-05-28core/loader: Remove LoadKernelSystemModeLioncash
2019-05-25yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp
2019-05-17yuzu_cmd: Make OpenGL's context currentReinUsesLisp
2019-04-16CMakeLists: Ensure we specify Unicode as the codepage on WindowsLioncash
2019-03-26game_list: Register content with ContentProviderZach Hilman
2019-03-19Fix getopt on systems where char is unsigned by defaultxperia64
2019-03-04yuzu-cmd/yuzu: Replace direct usage of the global system telemetry accessor i...Lioncash
2019-02-06gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp
2018-11-05Merge pull request #1441 from CarlKenner/DebuggerLogbunnei
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Lioncash