summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp
AgeCommit message (Expand)Author
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
2018-10-07cmd: Support passing game arguments from command lineZach Hilman
2018-10-07logging: Add DebuggerBackend for logging to Visual StudioCarl Kenner
2018-10-02Port web_service from CitrafearlessTobi
2018-09-19yuzu-cmd: Add call to CreateFactoriesZach Hilman
2018-09-08yuzu-cmd: fix SDL loggingtgsm
2018-09-02vfs_real: Forward declare IOFileLioncash
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-15loader: Make ResultStatus directly compatible with fmtLioncash
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-08core: Port core to VfsFilesystem for file accessZach Hilman
2018-08-05Merge pull request #912 from lioncash/global-varbunnei
2018-08-04Merge pull request #849 from DarkLordZach/xcibunnei
2018-08-04video_core: Eliminate the g_renderer global variableLioncash
2018-08-01video_core: Make global EmuWindow instance part of the base renderer classLioncash
2018-08-01Fix merge conflicts with opus and update docsZach Hilman