aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt
Commit message (Collapse)AuthorAge
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner2015-05-06
|
* Merge pull request #698 from Zaneo/clip_stylus_inputGravatar Tony Wasserka2015-05-02
|\ | | | | EmuWindow: Clip mouse input coordinates to emulated screen dimensions.
| * EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Gravatar Zaneo2015-05-01
| | | | | | | | | | | | | | If the mouse position for a mouse move/drag would take it outside the emulated screen dimensions, clip the coordinates to the emulated screen dimensions. Qt and GLFW will report negative coordinates for mouse positions to the left, or above citra window. Added restriction to mouse coordinates passed to touchmoved by Qt/GLFW to be greater or equal to zero.
* | Qt: Shutdown game on emulator close event.Gravatar bunnei2015-05-01
| |
* | Qt: Disable "Start" unless we are paused (it otherwise has no meaning and ↵Gravatar bunnei2015-05-01
| | | | | | | | causes a crash).
* | Qt: Fixed a bug in shutdown procedure, various cleanups.Gravatar bunnei2015-05-01
| |
* | Qt: Clear registers widget on shutdown.Gravatar bunnei2015-05-01
| |
* | Qt: Use signals for emu_thread start/stop and fix disasm widget.Gravatar bunnei2015-05-01
| |
* | Qt: Restructured to remove unnecessary shutdown event and various cleanups.Gravatar bunnei2015-05-01
| |
* | Qt: Fix loading a new game without stopping emulation.Gravatar bunnei2015-05-01
| |
* | Qt: Create emu thread on bootup, kill it on shutdown.Gravatar bunnei2015-05-01
| |
* | EmuThread: Remove unused filename attribute.Gravatar bunnei2015-05-01
| |
* | Qt: Move EmuThread ownership from render window to main window.Gravatar bunnei2015-05-01
|/
* Merge pull request #691 from rohit-n/sign-compareGravatar bunnei2015-04-17
|\ | | | | Silence some -Wsign-compare warnings.
* | citra-qt: Use std::abs() to get the right absolute function for s64.Gravatar Emmanuel Gil Peyrot2015-04-14
| |
* | Headers: Add some forgotten overrides, thanks clang!Gravatar Emmanuel Gil Peyrot2015-04-14
| |
| * Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-04-09
|/
* Allow the user to set the background clear color during emulationGravatar archshift2015-04-03
| | | | The background color can be seen at the sides of the bottom screen or when the window is wider than normal.
* Merge pull request #678 from lioncash/disasmGravatar bunnei2015-03-31
|\ | | | | callstack: Remove unnecessary disassembler instantiation
* | disassembler: Get rid of a const_castGravatar Lioncash2015-03-30
| |
| * callstack: Remove unnecessary disassembler instantiationGravatar Lioncash2015-03-30
|/ | | | Decode is a static function. There's no need to allocate a disassembler instance.
* HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-10
|
* Qt: Implemented EmuWindow touchpad support.Gravatar bunnei2015-03-10
|
* Merge pull request #643 from Subv/dem_feelsGravatar bunnei2015-03-09
|\ | | | | GPU: Implemented more depth buffer formats.
| * GPU: Added the stencil test structure to the Pica Regs struct.Gravatar Subv2015-03-09
| |
| * Frontend/Qt: Allow the framebuffer widget to inspect the depth bufferGravatar Subv2015-03-09
| |
* | Merge pull request #634 from linkmauve/logging-performancesGravatar bunnei2015-03-09
|\ \ | | | | | | Apply the logging filter before sending the message to the queue
* | | Update nihstro submodule to the initial release version.Gravatar archshift2015-03-08
| | | | | | | | | | | | Includes more opcodes to implement in the future.
* | | Build app bundles on OS X. Fixes the issue where the menubar would not appear.Gravatar archshift2015-03-07
| | |
* | | Merge pull request #636 from bunnei/refactor-screen-winGravatar bunnei2015-03-07
|\ \ \ | |_|/ |/| | Set framebuffer layout from EmuWindow.
| * | Set framebuffer layout from EmuWindow.Gravatar bunnei2015-03-07
| | |
* | | Merge pull request #538 from yuriks/perf-statGravatar Tony Wasserka2015-03-07
|\ \ \ | |/ / |/| | Add profiling infrastructure and widget
| | * Logging: check for filter before sending to the queue, to skip all heavy ↵Gravatar Emmanuel Gil Peyrot2015-03-06
| |/ |/| | | | | formatting on the other thread.
* | GPU: Added RGB565/RGB8 framebuffer support and various cleanups.Gravatar bunnei2015-03-03
| | | | | | | | | | | | - Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger.
| * Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-01
|/
* GPU: Implemented bits 3 and 1 from the display transfer flags.Gravatar Subv2015-02-26
| | | | | Bit 3 is used to specify a raw copy, where no processing is done to the data, seems to behave exactly as a DMA. Bit 1 is used to specify whether to convert from a tiled format to a linear format or viceversa.
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Gravatar Emmanuel Gil Peyrot2015-02-22
|
* citra-qt: Add a vertex shader debugger.Gravatar Tony Wasserka2015-02-11
|
* Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.Gravatar Tony Wasserka2015-02-11
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Merge pull request #526 from purpasmart96/citra_stubsGravatar bunnei2015-02-10
|\ | | | | Services: Stub some functions
| * Services: Stub some functionsGravatar purpasmart962015-02-07
| |
* | citra-qt: Fix horrible scrolling responsiveness in disassembler by giving ↵Gravatar Tony Wasserka2015-02-03
| | | | | | | | the uniformRowHeight hint.
* | citra-qt: Fix a crash when double-clicking a disassembler list item.Gravatar Tony Wasserka2015-02-03
| |
* | Merge pull request #514 from rohit-n/fix-warningsGravatar bunnei2015-02-01
|\ \ | | | | | | Silence a few warnings.
* | | arm: Adios armemuGravatar Lioncash2015-01-31
| |/ |/|
| * Silence a few warnings.Gravatar Rohit Nirmal2015-01-30
|/
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-21
|
* Merge pull request #429 from Kingcom/titlebarGravatar Tony Wasserka2015-01-20
|\ | | | | Add option to hide dock widget title bars