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
/
core
/
frontend
/
emu_window.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
emu_window: Return pair from ClipToTouchScreen() instead of tuple
Lioncash
2021-04-23
1
-1
/
+1
*
emu_window: unsigned -> u32
Lioncash
2021-04-23
1
-14
/
+14
*
Always initialize keyboard input
german
2021-01-15
1
-4
/
+5
*
Add mutitouch support for touch screens
german
2021-01-15
1
-4
/
+8
*
Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread
comex
2020-11-23
1
-2
/
+2
*
emu_window: Mark Scoped constructor and Acquire() as nodiscard
Lioncash
2020-08-14
1
-2
/
+2
*
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
ReinUsesLisp
2020-04-07
1
-5
/
+36
*
Address review and fix broken yuzu-tester build
James Rowe
2020-03-26
1
-1
/
+1
*
Frontend/GPU: Refactor context management
James Rowe
2020-03-25
1
-16
/
+28
*
renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.
bunnei
2020-02-27
1
-41
/
+0
*
frontend: sdl2: emu_window: Implement separate presentation thread.
bunnei
2020-02-26
1
-3
/
+0
*
core: frontend: emu_window: Add TextureMailbox class.
bunnei
2020-02-26
1
-0
/
+41
*
yuzu: Implement Vulkan frontend
ReinUsesLisp
2020-01-29
1
-0
/
+7
*
emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy
ReinUsesLisp
2019-05-26
1
-2
/
+1
*
core/frontend/emu_window: Make GraphicsContext's destructor virtual
Lioncash
2019-05-04
1
-0
/
+2
*
Merge pull request #2017 from jroweboy/glwidget
bunnei
2019-04-14
1
-9
/
+30
|
\
|
*
QT Frontend: Migrate to QOpenGLWindow
James Rowe
2019-01-22
1
-9
/
+30
*
|
core/frontend/emu_window: Make ClipToTouchScreen a const member function
Lioncash
2019-02-27
1
-1
/
+1
|
/
*
emu_window: Ensure WindowConfig members are always initialized
Lioncash
2018-08-15
1
-3
/
+3
*
core: Namespace EmuWindow
Lioncash
2018-08-12
1
-0
/
+4
*
frontend: Update for undocked Switch screen layout.
bunnei
2018-01-11
1
-3
/
+3
*
EmuWindow: refactor touch input into a TouchDevice
wwylele
2017-08-24
1
-26
/
+5
*
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
2017-08-11
1
-83
/
+0
*
Move framebuffer_layout from Common to Core
Yuri Kunde Schlesner
2017-05-28
1
-1
/
+1
*
Input: remove unused stuff & clean up
wwylele
2017-03-01
1
-52
/
+0
*
InputCommon: add Keyboard
wwylele
2017-03-01
1
-2
/
+0
*
Frontend: make motion sensor interfaced thread-safe
wwylele
2016-12-29
1
-2
/
+5
*
Frontend: emulate motion sensor
wwylele
2016-12-26
1
-8
/
+41
*
core: Move emu_window and key_map into core
MerryMage
2016-12-23
1
-0
/
+290