index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
bootmanager.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
citra-qt: Fix mouse events coordinates on high-DPI screens
Pierre de La Morinerie
2015-10-04
1
-12
/
+19
*
Fix for the refresh issue when no rendering is done
LittleWhite
2015-09-24
1
-1
/
+10
*
citra-qt: Fix connect error on startup
Kloen
2015-09-18
1
-3
/
+9
*
Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindow
bunnei
2015-09-14
1
-0
/
+5
|
\
|
*
Stop emulation when render window is closed
LittleWhite
2015-09-07
1
-0
/
+5
*
|
citra_qt: Reorganize headers
Lioncash
2015-09-11
1
-9
/
+5
|
/
*
citra-qt: Move system shutdown to run inside EmuThread
Yuri Kunde Schlesner
2015-09-03
1
-0
/
+3
*
Increase required OpenGL version to 3.3
Yuri Kunde Schlesner
2015-08-30
1
-1
/
+1
*
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-24
1
-0
/
+5
*
citra-qt: Adjust initializer list order
Lioncash
2015-07-29
1
-1
/
+1
*
Move input values into an array
James Rowe
2015-07-27
1
-26
/
+3
*
Qt: Fix disassembly widget stepping
aroulin
2015-07-13
1
-1
/
+1
*
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+4
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-1
/
+1
*
Qt: Silence a bogus warning printed when using the debug runtime
Yuri Kunde Schlesner
2015-05-23
1
-1
/
+7
*
MakeCurrent race condition fix
tfarley
2015-05-22
1
-2
/
+2
*
Use condition var to properly pause the CPU thread
James Rowe
2015-05-18
1
-0
/
+3
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+0
*
Merge pull request #698 from Zaneo/clip_stylus_input
Tony Wasserka
2015-05-02
1
-1
/
+1
|
\
|
*
EmuWindow: Clip mouse input coordinates to emulated screen dimensions.
Zaneo
2015-05-01
1
-1
/
+1
*
|
Qt: Fixed a bug in shutdown procedure, various cleanups.
bunnei
2015-05-01
1
-3
/
+3
*
|
Qt: Use signals for emu_thread start/stop and fix disasm widget.
bunnei
2015-05-01
1
-3
/
+11
*
|
Qt: Restructured to remove unnecessary shutdown event and various cleanups.
bunnei
2015-05-01
1
-38
/
+5
*
|
Qt: Create emu thread on bootup, kill it on shutdown.
bunnei
2015-05-01
1
-20
/
+11
*
|
EmuThread: Remove unused filename attribute.
bunnei
2015-05-01
1
-8
/
+2
*
|
Qt: Move EmuThread ownership from render window to main window.
bunnei
2015-05-01
1
-21
/
+6
|
/
*
HID: Complete refactor of pad/touch input to fix threading issues.
bunnei
2015-03-10
1
-14
/
+8
*
Qt: Implemented EmuWindow touchpad support.
bunnei
2015-03-10
1
-0
/
+25
*
Set framebuffer layout from EmuWindow.
bunnei
2015-03-07
1
-1
/
+2
*
Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.
Emmanuel Gil Peyrot
2015-02-22
1
-0
/
+10
*
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2015-01-21
1
-18
/
+18
*
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and Deb...
Kingcom
2015-01-11
1
-1
/
+18
*
citra-qt: Renamed all .hxx headers to .h
chrisvj
2015-01-06
1
-1
/
+1
*
Frontends: Shutdown core when emulation is stopped
Yuri Kunde Schlesner
2015-01-04
1
-0
/
+3
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-4
/
+4
*
Pica/DebugUtils: Add breakpoint functionality.
Tony Wasserka
2014-12-09
1
-2
/
+11
*
Change NULLs to nullptrs.
Rohit Nirmal
2014-12-03
1
-1
/
+1
*
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
1
-1
/
+1
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-19
1
-2
/
+2
*
citra-qt: Small cleanup.
Tony Wasserka
2014-11-18
1
-2
/
+1
*
EmuWindow: Remove window title getters/setters.
Tony Wasserka
2014-11-18
1
-8
/
+3
*
EmuWindow: Add support for specifying minimal client area sizes.
Tony Wasserka
2014-11-18
1
-0
/
+7
*
Fixup EmuWindow interface and implementations thereof.
Tony Wasserka
2014-11-18
1
-19
/
+34
*
Viewport scaling and display density independence
Kevin Hartman
2014-11-18
1
-0
/
+24
*
Citra-Qt: Use Core::RunLoop when not single stepping.
bunnei
2014-11-11
1
-12
/
+9
*
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-26
1
-2
/
+2
*
OpenGL renderer: Request a forward compatible context in citra-qt
Yuri Kunde Schlesner
2014-10-12
1
-3
/
+3
*
Added configuration file system.
archshift
2014-10-07
1
-30
/
+24
*
Merge pull request #97 from archshift/cleanup
bunnei
2014-09-13
1
-3
/
+2
|
\
|
*
bootmanager::EmuThread: fixed initialization order
archshift
2014-09-07
1
-3
/
+2
[next]