suyu/src/yuzu_cmd
ReinUsesLisp f019817f8f
gl_rasterizer: Emulate viewport flipping with ARB_clip_control
Emulates negative y viewports with ARB_clip_control. This allows us to
more easily emulated pipelines with tessellation and/or geometry shader
stages. It also avoids corrupting games with transform feedbacks and
negative viewports (gl_Position.y was being modified).
2019-11-07 01:52:18 -03:00
..
emu_window gl_rasterizer: Emulate viewport flipping with ARB_clip_control 2019-11-07 01:52:18 -03:00
CMakeLists.txt yuzu_cmd: Split emu_window OpenGL implementation into its own file 2019-05-25 17:47:13 -03:00
config.cpp settings: Add option to set BCAT backend 2019-09-30 17:21:53 -04:00
config.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
default_ini.h settings: Add option to set BCAT backend 2019-09-30 17:21:53 -04:00
resource.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
yuzu.cpp Add FPS to SDL title bar 2019-09-22 15:49:39 +02:00
yuzu.rc CITRA_ICON -> YUZU_ICON 2018-03-23 16:56:59 +01:00