summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/yuzu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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