index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
yuzu_cmd
/
emu_window
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-08
yuzu-cmd/CMakeLists: Correct attribution for this function.
Fernando Sahmkow
1
-0
/
+1
2021-08-01
yuzu-cmd: hide cursor when in fullscreen
san
4
-0
/
+9
2021-07-30
emu_window: Remove global system instance
lat9nq
6
-10
/
+21
2021-07-23
general: Implement FullscreenMode enumeration
lat9nq
1
-2
/
+2
2021-07-22
yuzu_cmd: Make use of fullscreen_mode setting
lat9nq
1
-15
/
+29
2021-07-21
yuzu-cmd: Fullscreen Improvements (#6656)
san
3
-8
/
+12
2021-07-16
sdl_impl, emu_window: Remove clang ignore
lat9nq
3
-25
/
+0
2021-07-16
emu_window_sdl2_vk: Specify the window manager if it should be supported
lat9nq
1
-0
/
+15
2021-07-16
emu_window_sdl2_vk: Use the generated SDL config
lat9nq
1
-0
/
+6
2021-06-05
Avoid -Wshadow warning
Clément Gallet
1
-1
/
+1
2021-06-04
yuzu-cmd: Fix OpenGL rendering
Clément Gallet
2
-12
/
+6
2021-05-16
perf_stats: Rework FPS counter to be more accurate
ameerj
1
-1
/
+1
2021-04-23
emu_window: unsigned -> u32
Lioncash
2
-2
/
+2
2021-04-18
general: Ignore implicit-fallthrough for SDL.h
lat9nq
3
-0
/
+27
2021-04-15
common: Move settings to common from core.
bunnei
2
-2
/
+2
2021-02-28
inputCommon: Mouse fixes
german77
2
-3
/
+28
2021-02-14
yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.
bunnei
4
-0
/
+24
2021-02-08
Add mouse panning
german
1
-1
/
+2
2021-02-07
renderer_opengl: Update OpenGL backend version requirement to 4.6
Morph
1
-19
/
+7
2021-01-15
Add mutitouch support for touch screens
german
1
-6
/
+6
2020-11-26
Implement full mouse support
german
2
-5
/
+4
2020-11-23
Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread
comex
2
-59
/
+61
2020-09-20
renderer_opengl: Remove emulated mailbox presentation
ReinUsesLisp
6
-40
/
+10
2020-08-27
input_common: Eliminate most global state
Lioncash
6
-15
/
+37
2020-07-10
configuration: implement per-game configurations (#4098)
lat9nq
1
-1
/
+1
2020-05-18
OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled.
Fernando Sahmkow
1
-0
/
+3
2020-04-23
Fix format error in performance statistics
H27CK
1
-3
/
+4
2020-04-22
Add missing ;
H27CK
1
-1
/
+1
2020-04-22
Init SDL info structure and add dummy context
H27CK
2
-1
/
+4
2020-04-07
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
ReinUsesLisp
4
-141
/
+46
2020-03-30
Frontend: Don't call DoneCurrent if the context isnt already current
James Rowe
1
-1
/
+9
2020-03-25
Frontend/GPU: Refactor context management
James Rowe
4
-20
/
+0
2020-02-26
frontend: qt: bootmanager: Vulkan: Restore support for VK backend.
bunnei
1
-1
/
+3
2020-02-26
frontend: sdl2: emu_window: Implement separate presentation thread.
bunnei
6
-43
/
+63
2020-01-29
yuzu_cmd: Fix memcpy on Vulkan handlers
ReinUsesLisp
2
-9
/
+10
2020-01-29
yuzu: Implement Vulkan frontend
ReinUsesLisp
6
-0
/
+218
2019-11-07
yuzu_cmd: Use string_view instead of string for extensions
ReinUsesLisp
1
-3
/
+3
2019-11-07
gl_rasterizer: Emulate viewport flipping with ARB_clip_control
ReinUsesLisp
1
-0
/
+2
2019-10-05
SDL: Fix missing header
Fernando Sahmkow
1
-0
/
+1
2019-09-22
Add FPS to SDL title bar
jroweboy
2
-0
/
+15
2019-06-21
video_core: Make ARB_buffer_storage a required extension
ReinUsesLisp
1
-0
/
+4
2019-05-30
rasterizer_opengl: Remove OpenGL core profile
ReinUsesLisp
1
-5
/
+1
2019-05-26
emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy
ReinUsesLisp
2
-4
/
+2
2019-05-25
yuzu_cmd: Split emu_window OpenGL implementation into its own file
ReinUsesLisp
4
-175
/
+207
2019-05-17
yuzu_cmd: Use OpenGL compat when asked in the settings
ReinUsesLisp
1
-1
/
+5
2019-03-02
Input: Remove global variables from SDL Input
James Rowe
1
-8
/
+5
2019-01-22
citra_qt: Log settings on launch
zhupengfei
1
-0
/
+1
2019-01-22
SDL Frontend: Add shared context support
James Rowe
2
-1
/
+38
2018-11-29
gl_rasterizer: Remove extension booleans
ReinUsesLisp
1
-0
/
+2
2018-11-21
Removed pre 4.3 ARB extensions
FernandoS27
1
-14
/
+0
2018-11-21
Update OpenGL's backend version from 3.3 to 4.3
FernandoS27
1
-1
/
+1
2018-10-09
implemented touch in Qt and SDL
NeatNit
2
-2
/
+58
2018-10-06
yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.
bunnei
1
-0
/
+2
2018-09-13
Use ARB_multi_bind for uniform buffers (#1287)
ReinUsesLisp
1
-0
/
+2
2018-09-11
gl_rasterizer: Use ARB_texture_storage.
Markus Wick
1
-0
/
+2
2018-09-11
Port #4141 from citra: Joystick hotplug support (#1275)
Tobias
1
-1
/
+6
2018-09-08
gl_rasterizer: Use baseInstance instead of moving the buffer points.
bunnei
1
-0
/
+2
2018-09-07
For SDL Frontend
CaptV0rt3x
1
-2
/
+2
2018-09-06
frontend: Set swap interval to 0
fearlessTobi
1
-0
/
+1
2018-08-19
Added check to see if ARB_texture_mirror_clamp_to_edge is supported
David Marcec
1
-0
/
+2
2018-08-12
core: Namespace EmuWindow
Lioncash
1
-1
/
+1
2018-07-26
Port #3665 from Citra
fearlessTobi
1
-0
/
+2
2018-07-22
Frontend: Check for more required OpenGL extensions during startup.
Subv
1
-2
/
+12
2018-07-12
Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637)
Tobias
1
-3
/
+3
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-10
/
+10
2018-06-04
sdl: add check for GL extension support
BreadFish64
2
-0
/
+26
2018-04-30
string_util: Remove StringFromFormat() and related functions
Lioncash
1
-2
/
+3
2018-04-27
frontends: Move logging macros over to new fmt-capable ones
Lioncash
1
-4
/
+4
2018-04-21
SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)
adityaruplaha
2
-2
/
+30
2018-01-13
Remove settings issues in sdl and fix a few files that broke in mingw
James Rowe
1
-2
/
+0
2018-01-13
Get yuzu sdl to start compiling
James Rowe
1
-4
/
+2
2018-01-13
Massive removal of unused modules
James Rowe
2
-0
/
+236