summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd
AgeCommit message (Expand)Author
2019-11-07yuzu_cmd: Use string_view instead of string for extensionsReinUsesLisp
2019-11-07gl_rasterizer: Emulate viewport flipping with ARB_clip_controlReinUsesLisp
2019-10-04SDL: Fix missing headerFernando Sahmkow
2019-10-04Merge pull request #2896 from FearlessTobi/port-4950bunnei
2019-09-30settings: Add option to set BCAT backendZach Hilman
2019-09-22Add FPS to SDL title barjroweboy
2019-09-21filesystem: Add const qualification to various accessorsZach Hilman
2019-09-21settings: Add options for managing gamecard emulationZach Hilman
2019-09-21settings: Add options for setting storage sizesZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-09-10Add frametime logging for tracking performance over timefearlessTobi
2019-07-11yuzu: Remove setting for using UnicornLioncash
2019-07-05Merge pull request #2601 from FernandoS27/texture_cacheZach Hilman
2019-07-04Merge pull request #2669 from FearlessTobi/move-cpujit-settingZach Hilman
2019-07-04yuzu: Remove CPU Jit setting from the UIfearlessTobi
2019-06-28settings: Add config option for kiosk (quest) modeZach Hilman
2019-06-21Merge pull request #2482 from DarkLordZach/prepobunnei
2019-06-20video_core: Make ARB_buffer_storage a required extensionReinUsesLisp
2019-06-07Merge pull request #2514 from ReinUsesLisp/opengl-compatZach Hilman
2019-06-05Merge pull request #2526 from lioncash/globalZach Hilman
2019-05-30rasterizer_opengl: Remove OpenGL core profileReinUsesLisp
2019-05-29Merge pull request #2518 from ReinUsesLisp/sdl2-windowbunnei
2019-05-28yuzu_cmd/yuzu: Correct formatting specifierLioncash
2019-05-28core/loader: Remove LoadKernelSystemModeLioncash
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp
2019-05-25yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp
2019-05-25settings: Add 'Reporting Services' config optionZach Hilman
2019-05-23common/file_util: Make ReadFileToString and WriteStringToFile consistentLioncash
2019-05-17Merge pull request #2477 from ReinUsesLisp/fix-sdl2bunnei
2019-05-17yuzu_cmd: Use OpenGL compat when asked in the settingsReinUsesLisp
2019-05-17yuzu_cmd: Make OpenGL's context currentReinUsesLisp
2019-04-24Merge pull request #2424 from FernandoS27/compatbunnei
2019-04-20Allow picking a Compatibility Profile for OpenGL.Fernando Sahmkow
2019-04-16CMakeLists: Ensure we specify Unicode as the codepage on WindowsLioncash
2019-04-13Merge pull request #2017 from jroweboy/glwidgetbunnei
2019-04-09Merge pull request #1957 from DarkLordZach/title-providerbunnei
2019-03-29core/yuzu: Remove enable_nfc settingfearlessTobi
2019-03-26game_list: Register content with ContentProviderZach Hilman
2019-03-19Fix getopt on systems where char is unsigned by defaultxperia64
2019-03-13Merge pull request #2187 from FearlessTobi/port-sdl-thingsbunnei
2019-03-09yuzu_cmd/config: Replace C casts with static_castReinUsesLisp
2019-03-09yuzu_cmd/config: Silent implicit cast warningReinUsesLisp
2019-03-07Merge pull request #2055 from bunnei/gpu-threadbunnei
2019-03-06settings: Add new graphics setting for use_asynchronous_gpu_emulation.bunnei
2019-03-04yuzu-cmd/yuzu: Replace direct usage of the global system telemetry accessor i...Lioncash
2019-03-02Input: Remove global variables from SDL InputJames Rowe
2019-02-06gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp
2019-02-06settings: Hide shader cache behind a settingReinUsesLisp
2019-01-22citra_qt: Log settings on launchzhupengfei
2019-01-21SDL Frontend: Add shared context supportJames Rowe