summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-21Port #3353 from CitrafearlessTobi2-6/+11
2018-08-19Added check to see if ARB_texture_mirror_clamp_to_edge is supportedDavid Marcec1-0/+2
2018-08-15loader: Make ResultStatus directly compatible with fmtLioncash1-1/+3
2018-08-12core: Namespace EmuWindowLioncash1-1/+1
2018-08-10loader: Add more descriptive errorsZach Hilman1-13/+11
2018-08-09core: Port core to VfsFilesystem for file accessZach Hilman1-0/+1
2018-08-04video_core: Eliminate the g_renderer global variableLioncash1-1/+1
2018-08-03Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David1-0/+10
2018-08-02video_core: Make global EmuWindow instance part of the base renderer classLioncash1-1/+1
2018-08-01Fix merge conflicts with opus and update docsZach Hilman1-2/+2
2018-08-01Use more descriptive error codes and messagesZach Hilman1-5/+9
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-13/+0
2018-08-01Remove files that are not usedZach Hilman2-0/+16
2018-08-01audio_core: Add configuration settings.bunnei2-7/+10
2018-07-26Port #3665 from CitrafearlessTobi1-0/+2
2018-07-26Port #3641 from CitrafearlessTobi1-1/+1
2018-07-22Frontend: Check for more required OpenGL extensions during startup.Subv1-2/+12
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash2-9/+14
2018-07-18settings: Turn docked mode off by default.bunnei2-2/+2
2018-07-14OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.bunnei1-0/+5
2018-07-12Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637)Tobias2-6/+4
2018-07-12yuzu-cmd Apply the filter string from settingsJames Rowe1-2/+1
2018-07-06Remove some references to CitrafearlessTobi1-1/+1
2018-07-03Fix build and address review feedbackbunnei1-0/+1
2018-07-03Add configurable logging backendsJames Rowe1-1/+6
2018-07-03Update clang formatJames Rowe1-3/+3
2018-07-03Rename logging macro back to LOG_*James Rowe3-23/+23
2018-06-27settings: Add a configuration for use_accurate_framebuffers.bunnei2-0/+6
2018-06-04sdl: add check for GL extension supportBreadFish642-0/+26
2018-05-24yuzu_cmd: Fix project for latest msvc.bunnei1-14/+12
2018-05-11core: Add a configuration setting for use_multi_core.bunnei2-0/+5
2018-04-30string_util: Remove StringFromFormat() and related functionsLioncash1-2/+3
2018-04-27frontends: Move logging macros over to new fmt-capable onesLioncash3-19/+19
2018-04-21SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)adityaruplaha3-4/+40
2018-04-19Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271)N00byKing1-0/+9
2018-04-04default_ini.h: Update from citra to yuzuN00byKing1-1/+1
2018-03-27Remove Links to citra ServicesN00byKing1-2/+2
2018-03-27Change Telemetry Names to yuzuN00byKing1-3/+3
2018-03-27config: Use simplified checkbox (from Citra) for CPU JIT.bunnei2-5/+4
2018-03-27config: Rename is_docked to use_docked_mode to be consistent with other config bools.bunnei2-2/+2
2018-03-27config: Add setting for whether the system is docked or not.bunnei2-0/+7
2018-03-26yuzu.cpp: Update Link from citra to yuzuN00byKing1-1/+1
2018-03-23Remove Option for N/3DS from default.iniN00byKing1-4/+0
2018-03-23CITRA_ICON -> YUZU_ICONN00byKing1-1/+1
2018-03-23yuzu_cmd: change default cpu core to dynarmicValentin Vanelslande1-1/+1
2018-03-23default_ini: change default cpu core to dynarmicValentin Vanelslande1-1/+1
2018-01-21Format: Run the new clang format on everythingJames Rowe1-2/+10
2018-01-18CMakeLists: Derive the source directory grouping from targets themselvesLioncash1-14/+11
2018-01-17Update default_ini.hN00byKing1-2/+2
2018-01-16clang-formatMerryMage1-1/+0
2018-01-15Update the internal resolution settingsunknown1-2/+2
2018-01-15yuzu_cmd: Fix default ini, add screenshot buttonshinyquagsire231-1/+2
2018-01-15yuzu_cmd: fix default inishinyquagsire231-9/+17
2018-01-14Minor cleanupMerryMage2-4/+4
2018-01-13config: Default log filter to trace.bunnei2-2/+2
2018-01-13Remove settings issues in sdl and fix a few files that broke in mingwJames Rowe2-49/+0
2018-01-13Get yuzu sdl to start compilingJames Rowe5-12/+12
2018-01-13Massive removal of unused modulesJames Rowe9-0/+842