summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-15loader: Make ResultStatus directly compatible with fmtGravatar Lioncash1-1/+3
2018-08-09loader: Add more descriptive errorsGravatar Zach Hilman1-13/+11
2018-08-08core: Port core to VfsFilesystem for file accessGravatar Zach Hilman1-0/+1
2018-08-04video_core: Eliminate the g_renderer global variableGravatar Lioncash1-1/+1
2018-08-01video_core: Make global EmuWindow instance part of the base renderer classGravatar Lioncash1-1/+1
2018-08-01Fix merge conflicts with opus and update docsGravatar Zach Hilman1-2/+2
2018-08-01Use more descriptive error codes and messagesGravatar Zach Hilman1-5/+9
2018-08-01Make XCI comply to review and style guidelinesGravatar Zach Hilman1-13/+0
2018-08-01Remove files that are not usedGravatar Zach Hilman1-0/+15
2018-07-21file_util: Use an enum class for GetUserPath()Gravatar Lioncash1-8/+13
2018-07-14OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.Gravatar bunnei1-0/+5
2018-07-12Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual erro...Gravatar Tobias1-3/+1
2018-07-12yuzu-cmd Apply the filter string from settingsGravatar James Rowe1-2/+1
2018-07-02Fix build and address review feedbackGravatar bunnei1-0/+1
2018-07-02Add configurable logging backendsGravatar James Rowe1-1/+6
2018-07-02Update clang formatGravatar James Rowe1-3/+3
2018-07-02Rename logging macro back to LOG_*Gravatar James Rowe1-10/+10
2018-05-23yuzu_cmd: Fix project for latest msvc.Gravatar bunnei1-14/+12
2018-04-26frontends: Move logging macros over to new fmt-capable onesGravatar Lioncash1-12/+12
2018-04-21SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)Gravatar adityaruplaha1-2/+10
2018-04-19Implement Pull #3528 from citra: use nvidia graphics automatically on laptops...Gravatar N00byKing1-0/+9
2018-03-26yuzu.cpp: Update Link from citra to yuzuGravatar N00byKing1-1/+1
2018-01-16clang-formatGravatar MerryMage1-1/+0
2018-01-13Minor cleanupGravatar MerryMage1-2/+2
2018-01-12Get yuzu sdl to start compilingGravatar James Rowe1-2/+3
2018-01-12Massive removal of unused modulesGravatar James Rowe1-0/+0
2017-08-25telemetry: Log frontend type.Gravatar bunnei1-0/+2
2017-06-24Set global definition WIN32_LEAN_AND_MEAN (#2807)Gravatar B3n301-0/+3
2017-06-03Edit Citra URLs (#2728)Gravatar Alex Touchet1-1/+1
2017-05-27Remove some unnecessary inclusions of video_core.hGravatar Yuri Kunde Schlesner1-1/+0
2017-01-29citra: add missing control paths for ResultStatus on rom load. Fix warning ab...Gravatar Kloen1-0/+20
2016-12-21Address clang-format issues.Gravatar bunnei1-3/+3
2016-12-21core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei1-2/+1
2016-12-21core: Consolidate top-level system state into a singleton.Gravatar bunnei1-21/+14
2016-12-05Support mingw cross-compileGravatar Jannik Vogel1-1/+1
2016-11-27Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv1-6/+6
2016-11-19Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv1-4/+11
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-5/+2
2016-09-18Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner1-4/+6
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-21/+18
2016-06-08Fix boot_filename encode on WindowsGravatar LFsWang1-0/+22
2016-05-21CitraQt: Simplify the game list loader codeGravatar Emmanuel Gil Peyrot1-1/+1
2016-05-21Loader, Frontends: Refactor loader creation and game loadingGravatar Emmanuel Gil Peyrot1-1/+7
2016-04-20SDL2 Frontend: Use argv[0], add a --version, and reorder options.Gravatar Emmanuel Gil Peyrot1-9/+20
2016-04-11Use Settings::Apply in SDL frontendGravatar Jannik Vogel1-5/+4
2016-04-06Default to settings from ini for gdbstubGravatar polaris-1-6/+6
2016-04-06Adopted WinterMute's gdbstub changesGravatar polaris-1-4/+21
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage1-2/+2
2016-03-15citra: Shutdown cleanly if ROM load failsGravatar MerryMage1-8/+6
2016-03-02Dependencies: Remove GLFW, Add SDL2Gravatar MerryMage1-2/+2