index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra
/
emu_window
/
emu_window_sdl2.cpp
Age
Commit message (
Expand
)
Author
2018-01-10
frontend: Update for undocked Switch screen layout.
bunnei
2017-08-11
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
2017-07-16
Network: Init Network in SDL and QT
B3n30
2017-05-27
Move screen size constants from video_core to core
Yuri Kunde Schlesner
2017-03-01
InputCommon: add Keyboard
wwylele
2017-02-23
Gui: Change title bar to include build name
James Rowe
2016-12-26
Frontend: emulate motion sensor
wwylele
2016-12-23
core: Move emu_window and key_map into core
MerryMage
2016-11-05
Support additional screen layouts.
James Rowe
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-29
config: Add a setting for graphics V-Sync.
bunnei
2016-05-15
Refactor input subsystem
wwylele
2016-05-06
Frontends, VideoCore: Move glad initialisation to the frontend
Emmanuel Gil Peyrot
2016-03-14
SDL2: Explicitly use RGB8 color buffer.
bunnei
2016-03-02
Dependencies: Remove GLFW, Add SDL2
MerryMage