aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp
AgeCommit message (Expand)Author
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
2018-08-01Use more descriptive error codes and messagesZach Hilman
2018-08-01Make XCI comply to review and style guidelinesZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash
2018-07-14OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.bunnei
2018-07-12Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual erro...Tobias
2018-07-12yuzu-cmd Apply the filter string from settingsJames Rowe
2018-07-02Fix build and address review feedbackbunnei
2018-07-02Add configurable logging backendsJames Rowe
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-23yuzu_cmd: Fix project for latest msvc.bunnei
2018-04-26frontends: Move logging macros over to new fmt-capable onesLioncash
2018-04-21Merge pull request #377 from adityaruplaha/sdl2-fullscreenbunnei
2018-04-21SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)adityaruplaha
2018-04-19Implement Pull #3528 from citra: use nvidia graphics automatically on laptops...N00byKing
2018-03-26yuzu.cpp: Update Link from citra to yuzuN00byKing
2018-01-16clang-formatMerryMage
2018-01-13Minor cleanupMerryMage
2018-01-12Get yuzu sdl to start compilingJames Rowe