summaryrefslogtreecommitdiff
path: root/src/citra_qt
AgeCommit message (Expand)Author
2015-05-18Use condition var to properly pause the CPU threadJames Rowe
2015-05-15Merge pull request #758 from yuriks/sync-loggingYuri Kunde Schlesner
2015-05-14Merge pull request #675 from jroweboy/windows-build-fixesYuri Kunde Schlesner
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-12Qt: Shutdown emulation session only if EmuThread exists.bunnei
2015-05-12Common: Remove async loggingYuri Kunde Schlesner
2015-05-09Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner
2015-05-09Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner
2015-05-08Loader: Remove .bin file supportYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-06Common: Remove many unnecessary cross-platform compatibility macrosYuri Kunde Schlesner
2015-05-02Merge pull request #698 from Zaneo/clip_stylus_inputTony Wasserka
2015-05-01EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Zaneo
2015-05-01Qt: Shutdown game on emulator close event.bunnei
2015-05-01Qt: Disable "Start" unless we are paused (it otherwise has no meaning and cau...bunnei
2015-05-01Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei
2015-05-01Qt: Clear registers widget on shutdown.bunnei
2015-05-01Qt: Use signals for emu_thread start/stop and fix disasm widget.bunnei
2015-05-01Qt: Restructured to remove unnecessary shutdown event and various cleanups.bunnei
2015-05-01Qt: Fix loading a new game without stopping emulation.bunnei
2015-05-01Qt: Create emu thread on bootup, kill it on shutdown.bunnei
2015-05-01EmuThread: Remove unused filename attribute.bunnei
2015-05-01Qt: Move EmuThread ownership from render window to main window.bunnei
2015-04-17Merge pull request #691 from rohit-n/sign-comparebunnei
2015-04-14citra-qt: Use std::abs() to get the right absolute function for s64.Emmanuel Gil Peyrot
2015-04-14Headers: Add some forgotten overrides, thanks clang!Emmanuel Gil Peyrot
2015-04-09Silence some -Wsign-compare warnings.Rohit Nirmal
2015-04-03Allow the user to set the background clear color during emulationarchshift
2015-03-31Merge pull request #678 from lioncash/disasmbunnei
2015-03-30disassembler: Get rid of a const_castLioncash
2015-03-30callstack: Remove unnecessary disassembler instantiationLioncash
2015-03-26unsetting a few more variables that arent needed outside of this functionJames Rowe
2015-03-26Updated the copy commands to run on post_build and use generator expressions ...James Rowe
2015-03-26Changes to bring the previous commits in line with the comments on thepull re...James Rowe
2015-03-26More changes to the CMakeFiles for better MSVC compatibility. Added in the Re...James Rowe
2015-03-10HID: Complete refactor of pad/touch input to fix threading issues.bunnei
2015-03-10Qt: Implemented EmuWindow touchpad support.bunnei
2015-03-09Merge pull request #643 from Subv/dem_feelsbunnei
2015-03-09GPU: Added the stencil test structure to the Pica Regs struct.Subv
2015-03-09Frontend/Qt: Allow the framebuffer widget to inspect the depth bufferSubv
2015-03-09Merge pull request #634 from linkmauve/logging-performancesbunnei
2015-03-08Update nihstro submodule to the initial release version.archshift
2015-03-07Build app bundles on OS X. Fixes the issue where the menubar would not appear.archshift
2015-03-07Merge pull request #636 from bunnei/refactor-screen-winbunnei
2015-03-07Set framebuffer layout from EmuWindow.bunnei
2015-03-07Merge pull request #538 from yuriks/perf-statTony Wasserka
2015-03-06Logging: check for filter before sending to the queue, to skip all heavy form...Emmanuel Gil Peyrot
2015-03-03GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner
2015-02-26GPU: Implemented bits 3 and 1 from the display transfer flags.Subv