index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
bootmanager.cpp
Age
Commit message (
Expand
)
Author
2015-05-01
Qt: Use signals for emu_thread start/stop and fix disasm widget.
bunnei
2015-05-01
Qt: Restructured to remove unnecessary shutdown event and various cleanups.
bunnei
2015-05-01
Qt: Create emu thread on bootup, kill it on shutdown.
bunnei
2015-05-01
EmuThread: Remove unused filename attribute.
bunnei
2015-05-01
Qt: Move EmuThread ownership from render window to main window.
bunnei
2015-03-10
HID: Complete refactor of pad/touch input to fix threading issues.
bunnei
2015-03-10
Qt: Implemented EmuWindow touchpad support.
bunnei
2015-03-07
Set framebuffer layout from EmuWindow.
bunnei
2015-02-22
Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.
Emmanuel Gil Peyrot
2015-01-21
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2015-01-11
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and Deb...
Kingcom
2015-01-06
citra-qt: Renamed all .hxx headers to .h
chrisvj
2015-01-04
Frontends: Shutdown core when emulation is stopped
Yuri Kunde Schlesner
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-09
Pica/DebugUtils: Add breakpoint functionality.
Tony Wasserka
2014-12-03
Change NULLs to nullptrs.
Rohit Nirmal
2014-11-19
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-18
citra-qt: Small cleanup.
Tony Wasserka
2014-11-18
EmuWindow: Remove window title getters/setters.
Tony Wasserka
2014-11-18
EmuWindow: Add support for specifying minimal client area sizes.
Tony Wasserka
2014-11-18
Fixup EmuWindow interface and implementations thereof.
Tony Wasserka
2014-11-18
Viewport scaling and display density independence
Kevin Hartman
2014-11-11
Citra-Qt: Use Core::RunLoop when not single stepping.
bunnei
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-12
OpenGL renderer: Request a forward compatible context in citra-qt
Yuri Kunde Schlesner
2014-10-07
Added configuration file system.
archshift
2014-09-13
Merge pull request #97 from archshift/cleanup
bunnei
2014-09-12
Added support for multiple input device types for KeyMap and connected Qt.
Kevin Hartman
2014-09-07
bootmanager::EmuThread: fixed initialization order
archshift
2014-08-25
Pass format to the QGLWidget and use atomic instead of mutex.
Sacha
2014-08-25
Fix EmuThread loop by ensuring it exits properly.
Sacha
2014-08-25
Fix the threading for GL Context in Qt5.
Sacha
2014-08-20
Revert "Removed redundant loop in EmuThread::run()"
archshift
2014-08-16
Removed redundant loop in EmuThread::run()
archshift
2014-08-14
Bootmanager: changed `filename` to std::string
archshift
2014-08-05
Qt: Removed unnecessary HW::Update.
bunnei
2014-06-16
Loader: Moved elf and loader modules to a "loader" subdirectory.
bunnei
2014-05-19
Merge pull request #2 from archshift/issue-7-fix
bunnei
2014-05-19
Improved clarity and whitespace
archshift
2014-05-17
updated how we call ARM core to make things much faster
bunnei
2014-04-30
Fixed indents
archshift
2014-04-30
Sets OGL version for Qt; will only work with Qt5
archshift
2014-04-12
Init window size from VideoCore. Start changing the default window behavior...
Mathieu Vaillancourt
2014-04-10
Temporarily "fix" citra_qt for Windows
Mathieu Vaillancourt
2014-04-08
got rid of 'src' folders in each sub-project
bunnei
[prev]