summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/yuzu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-1/+3
* am: retrieve main applet creation info from frontendLiam2024-01-301-1/+5
* vfs: Move vfs files to their own directoryFearlessTobi2024-01-251-1/+1
* Fix more typosViktor Szépe2024-01-161-1/+1
* yuzu: create linux group in general settingsflodavid2023-11-251-18/+6
* yuzu: integrate gamemode support on linuxxcfrg2023-11-251-0/+24
* config: Unify config handling under frontend_commont8952023-11-211-2/+3
* cmd/yuzu: Remove uncaught usage of stoilat9nq2023-09-131-2/+3
* am: Implement UserChannel parametersFearlessTobi2023-09-101-0/+1
* msvc: set warning level to /W4 globallyDanila Malyutin2023-09-031-1/+1
* core_timing: Remove GetCurrentTimerResolution in CoreTiming loopMorph2023-07-021-2/+6
* Don't exit when using "-u" option in yuzu-cmdAriel Cabello2023-05-251-1/+1
* Add short "-u" option for yuzu_cmd.Ariel Cabello2023-05-251-1/+1
* main: (Windows) Set the current timer resolution to the maximumMorph2023-03-051-0/+4
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-1/+1
* yuzu_cmd: Order arguments alphabetically and port arguments from Qtgerman772023-02-041-19/+36
* Disable automatically opening the console on windows yuzu-cmd builds (#9485)Chris Oboe2022-12-241-0/+7
* video_core: add null backendLiam2022-11-291-0/+4
* Add break statement in default caseEnrico Mancuso2022-11-111-0/+1
* core: Partially persist emulation state across game boots.bunnei2022-10-191-1/+3
* core, network: Add ability to proxy socket packetsFearlessTobi2022-08-151-7/+3
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* yuzu_cmd: Fix compilationFearlessTobi2022-07-251-1/+1
* yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-251-0/+158
* core: fix initialization in single core, sync GPU modeLiam2022-06-171-0/+2
* Make yuzu-cmd respect log_filter settingNikita Strygin2022-06-161-0/+6
* core/debugger: fix a number of shutdown deadlocksLiam2022-06-101-0/+1
* core/debugger: support operation in yuzu-cmdLiam2022-06-101-0/+8
* yuzu_cmd: Start the logging backendlat9nq2022-03-291-0/+1
* Merge pull request #8048 from ameerj/include-purgebunnei2022-03-221-4/+0
|\
| * yuzu_cmd: Reduce unused includesameerj2022-03-201-4/+0
* | yuzu_cmd: Allow user to specify config file locationlat9nq2022-03-151-4/+18
|/
* general: Get the current process program id directly from the systemMorph2021-11-041-2/+1
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-1/+1
* core: Move ResultStatus outside of SystemMorph2021-10-151-8/+8
* yuzu_cmd: Remove remaining static system instancesMorph2021-10-151-3/+2
* logging: Simplify and make thread-safeyzct123452021-08-131-19/+3
* emu_window: Remove global system instancelat9nq2021-07-301-2/+2
* shader: Adhere to disk shader cache settingameerj2021-07-231-3/+5
* yuzu-cmd: Fullscreen Improvements (#6656)san2021-07-211-1/+1
* general: Make most settings a BasicSettinglat9nq2021-06-281-1/+1
* bootmanager: Use std::stop_source for stopping emulationReinUsesLisp2021-06-221-1/+1
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-5/+6
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* Merge pull request #6199 from lioncash/log-nsbunnei2021-04-151-2/+4
|\
| * common/log: Move Log namespace into the Common namespaceLioncash2021-04-151-2/+4
* | common: Move settings to common from core.bunnei2021-04-151-2/+2
|/
* gpu: Report renderer errors with exceptionsReinUsesLisp2021-02-131-1/+1
* renderer_opengl: Avoid precompiled cache and force NV GL cache directoryReinUsesLisp2021-01-211-0/+3
* yuzu_cmd: Silence unreferenced local variable warningMorph2021-01-101-2/+0
* general: Fix various spelling errorsMorph2021-01-021-1/+1
* cmake: Always enable VulkanReinUsesLisp2020-12-251-7/+0
* yuzu: Remove gdbstub configurationFearlessTobi2020-12-191-19/+5
* core: Eliminate remaining usages of the global system instanceLioncash2020-11-271-5/+4
* Merge pull request #4976 from comex/poll-eventsRodrigo Locatti2020-11-261-1/+1
|\
| * Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex2020-11-231-1/+1
* | core: Make use of [[nodiscard]] with the System classLioncash2020-11-181-2/+2
|/
* renderer_opengl: Remove emulated mailbox presentationReinUsesLisp2020-09-201-5/+2
* video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-1/+4
* input_common: Eliminate most global stateLioncash2020-08-271-4/+5
* common/telemetry: Migrate namespace into the Common namespaceLioncash2020-08-181-1/+1
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-2/+2
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-1/+1
* General: Setup yuzu threads' microprofile, naming and registry.Fernando Sahmkow2020-06-271-2/+4
* YuzuCMD/Tester: Correct executionFernando Sahmkow2020-06-271-3/+4
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-1/+1
* Address review and fix broken yuzu-tester buildJames Rowe2020-03-261-2/+2
* Frontend/GPU: Refactor context managementJames Rowe2020-03-251-9/+2
* frontend: sdl2: emu_window: Implement separate presentation thread.bunnei2020-02-261-9/+16
* yuzu: Implement Vulkan frontendReinUsesLisp2020-01-291-1/+17
* Add FPS to SDL title barjroweboy2019-09-221-2/+2
* yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman2019-09-211-1/+1
* Merge pull request #2526 from lioncash/globalZach Hilman2019-06-051-4/+1
|\
| * yuzu_cmd/yuzu: Correct formatting specifierLioncash2019-05-291-1/+1
| * core/loader: Remove LoadKernelSystemModeLioncash2019-05-291-3/+0
* | yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp2019-05-251-1/+2
|/
* yuzu_cmd: Make OpenGL's context currentReinUsesLisp2019-05-171-0/+1
* CMakeLists: Ensure we specify Unicode as the codepage on WindowsLioncash2019-04-171-4/+6
* game_list: Register content with ContentProviderZach Hilman2019-03-271-0/+2
* Fix getopt on systems where char is unsigned by defaultxperia642019-03-191-2/+2
* yuzu-cmd/yuzu: Replace direct usage of the global system telemetry accessor in main()Lioncash2019-03-041-1/+1
* gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp2019-02-071-0/+3
* Merge pull request #1441 from CarlKenner/DebuggerLogbunnei2018-11-051-0/+3
|\
| * logging: Add DebuggerBackend for logging to Visual StudioCarl Kenner2018-10-071-0/+3
* | filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by referenceLioncash2018-10-131-1/+1
* | cmd: Support passing game arguments from command lineZach Hilman2018-10-071-8/+11
|/
* Port web_service from CitrafearlessTobi2018-10-021-0/+3
* yuzu-cmd: Add call to CreateFactoriesZach Hilman2018-09-191-1/+3
* yuzu-cmd: fix SDL loggingtgsm2018-09-081-2/+3
* vfs_real: Forward declare IOFileLioncash2018-09-021-0/+1
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-0/+3
* loader: Make ResultStatus directly compatible with fmtLioncash2018-08-151-1/+3
* loader: Add more descriptive errorsZach Hilman2018-08-101-13/+11
* core: Port core to VfsFilesystem for file accessZach Hilman2018-08-091-0/+1
* Merge pull request #912 from lioncash/global-varbunnei2018-08-051-1/+1
|\
| * video_core: Eliminate the g_renderer global variableLioncash2018-08-041-1/+1
* | Merge pull request #849 from DarkLordZach/xcibunnei2018-08-041-5/+11
|\ \ | |/ |/|
| * Fix merge conflicts with opus and update docsZach Hilman2018-08-011-2/+2
| * Use more descriptive error codes and messagesZach Hilman2018-08-011-5/+9
| * Make XCI comply to review and style guidelinesZach Hilman2018-08-011-13/+0
| * Remove files that are not usedZach Hilman2018-08-011-0/+15
* | video_core: Make global EmuWindow instance part of the base renderer classLioncash2018-08-021-1/+1
|/
* file_util: Use an enum class for GetUserPath()Lioncash2018-07-211-8/+13
* OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.bunnei2018-07-141-0/+5
* Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637)Tobias2018-07-121-3/+1
* yuzu-cmd Apply the filter string from settingsJames Rowe2018-07-121-2/+1
* Fix build and address review feedbackbunnei2018-07-031-0/+1
* Add configurable logging backendsJames Rowe2018-07-031-1/+6
* Update clang formatJames Rowe2018-07-031-3/+3
* Rename logging macro back to LOG_*James Rowe2018-07-031-10/+10
* yuzu_cmd: Fix project for latest msvc.bunnei2018-05-241-14/+12
* frontends: Move logging macros over to new fmt-capable onesLioncash2018-04-271-12/+12
* Merge pull request #377 from adityaruplaha/sdl2-fullscreenbunnei2018-04-211-2/+10
|\
| * SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)adityaruplaha2018-04-211-2/+10
* | Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271)N00byKing2018-04-191-0/+9
|/
* yuzu.cpp: Update Link from citra to yuzuN00byKing2018-03-261-1/+1
* clang-formatMerryMage2018-01-161-1/+0
* Minor cleanupMerryMage2018-01-141-2/+2
* Get yuzu sdl to start compilingJames Rowe2018-01-131-0/+176