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
Age
Commit message (
Expand
)
Author
2015-06-28
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-27
Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.
Emmanuel Gil Peyrot
2015-06-19
Make the call stack entries not editable
Greg Wicks
2015-06-09
Robocopy doesn't like trailing slashes
Clienthax
2015-05-31
Merge pull request #811 from archshift/commonify
archshift
2015-05-31
Merge pull request #832 from yuriks/refresh-rate-option
bunnei
2015-05-30
Move video_core/color.h to common/color.h
archshift
2015-05-30
Move video_core/math.h to common/vector_math.h
archshift
2015-05-30
Merge pull request #830 from SeannyM/qt-noborder
bunnei
2015-05-29
Remove gpu_refresh_rate configuration option
Yuri Kunde Schlesner
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
QT: Remove border around widgets
Sean Maas
2015-05-25
Assets: Move citra.ico from src/assets to dist.
Emmanuel Gil Peyrot
2015-05-23
Qt: Silence a bogus warning printed when using the debug runtime
Yuri Kunde Schlesner
2015-05-22
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-22
MakeCurrent race condition fix
tfarley
2015-05-22
OpenGL renderer
tfarley
2015-05-22
INI hw/sw renderer toggle
tfarley
2015-05-18
Use condition var to properly pause the CPU thread
James Rowe
2015-05-15
Merge pull request #758 from yuriks/sync-logging
Yuri Kunde Schlesner
2015-05-14
Merge pull request #675 from jroweboy/windows-build-fixes
Yuri Kunde Schlesner
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-12
Qt: Shutdown emulation session only if EmuThread exists.
bunnei
2015-05-12
Common: Remove async logging
Yuri Kunde Schlesner
2015-05-09
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
2015-05-09
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
2015-05-08
Loader: Remove .bin file support
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-06
Common: Remove many unnecessary cross-platform compatibility macros
Yuri Kunde Schlesner
2015-05-02
Merge pull request #698 from Zaneo/clip_stylus_input
Tony Wasserka
2015-05-01
EmuWindow: Clip mouse input coordinates to emulated screen dimensions.
Zaneo
2015-05-01
Qt: Shutdown game on emulator close event.
bunnei
2015-05-01
Qt: Disable "Start" unless we are paused (it otherwise has no meaning and cau...
bunnei
2015-05-01
Qt: Fixed a bug in shutdown procedure, various cleanups.
bunnei
2015-05-01
Qt: Clear registers widget on shutdown.
bunnei
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: Fix loading a new game without stopping emulation.
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-04-17
Merge pull request #691 from rohit-n/sign-compare
bunnei
2015-04-14
citra-qt: Use std::abs() to get the right absolute function for s64.
Emmanuel Gil Peyrot
2015-04-14
Headers: Add some forgotten overrides, thanks clang!
Emmanuel Gil Peyrot
2015-04-09
Silence some -Wsign-compare warnings.
Rohit Nirmal
2015-04-03
Allow the user to set the background clear color during emulation
archshift
2015-03-31
Merge pull request #678 from lioncash/disasm
bunnei
2015-03-30
disassembler: Get rid of a const_cast
Lioncash
2015-03-30
callstack: Remove unnecessary disassembler instantiation
Lioncash
2015-03-26
unsetting a few more variables that arent needed outside of this function
James Rowe
[next]