summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * core/loader: Remove LoadKernelSystemModeGravatar Lioncash2019-05-281-3/+0
* | yuzu_cmd: Split emu_window OpenGL implementation into its own fileGravatar ReinUsesLisp2019-05-251-1/+2
|/
* yuzu_cmd: Make OpenGL's context currentGravatar ReinUsesLisp2019-05-171-0/+1
* CMakeLists: Ensure we specify Unicode as the codepage on WindowsGravatar Lioncash2019-04-161-4/+6
* game_list: Register content with ContentProviderGravatar Zach Hilman2019-03-261-0/+2
* Fix getopt on systems where char is unsigned by defaultGravatar xperia642019-03-191-2/+2
* yuzu-cmd/yuzu: Replace direct usage of the global system telemetry accessor i...Gravatar Lioncash2019-03-041-1/+1
* gl_shader_cache: Link loading screen with disk shader cache loadGravatar ReinUsesLisp2019-02-061-0/+3
* Merge pull request #1441 from CarlKenner/DebuggerLogGravatar bunnei2018-11-051-0/+3
|\
| * logging: Add DebuggerBackend for logging to Visual StudioGravatar Carl Kenner2018-10-071-0/+3
* | filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Gravatar Lioncash2018-10-131-1/+1
* | cmd: Support passing game arguments from command lineGravatar Zach Hilman2018-10-071-8/+11
|/
* Port web_service from CitraGravatar fearlessTobi2018-10-021-0/+3
* yuzu-cmd: Add call to CreateFactoriesGravatar Zach Hilman2018-09-191-1/+3
* yuzu-cmd: fix SDL loggingGravatar tgsm2018-09-081-2/+3
* vfs_real: Forward declare IOFileGravatar Lioncash2018-09-021-0/+1
* core/core: Replace includes with forward declarations where applicableGravatar Lioncash2018-08-311-0/+3
* loader: Make ResultStatus directly compatible with fmtGravatar Lioncash2018-08-151-1/+3
* loader: Add more descriptive errorsGravatar Zach Hilman2018-08-091-13/+11
* core: Port core to VfsFilesystem for file accessGravatar Zach Hilman2018-08-081-0/+1
* Merge pull request #912 from lioncash/global-varGravatar bunnei2018-08-051-1/+1
|\
| * video_core: Eliminate the g_renderer global variableGravatar Lioncash2018-08-041-1/+1
* | Merge pull request #849 from DarkLordZach/xciGravatar bunnei2018-08-041-5/+11
|\ \ | |/ |/|
| * Fix merge conflicts with opus and update docsGravatar Zach Hilman2018-08-011-2/+2
| * Use more descriptive error codes and messagesGravatar Zach Hilman2018-08-011-5/+9
| * Make XCI comply to review and style guidelinesGravatar Zach Hilman2018-08-011-13/+0