aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt
Commit message (Collapse)AuthorAge
...
* | | 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
| * citra-qt: Add option to hide dock widget title barsGravatar Kingcom2015-01-20
| |
* | Merge pull request #473 from archshift/pp3portsGravatar bunnei2015-01-13
|\ \ | | | | | | Pica/Rasterizer: Add ETC1 texture decompression support.
| * | Pica/Rasterizer: Add ETC1 texture decompression support.Gravatar Tony Wasserka2015-01-13
| | |
* | | Qt Callstack: Clear the callstack every time it's updatedGravatar archshift2015-01-11
|/ / | | | | | | This fixes the issue that old members of the callstack would stick around, even when the callstack shortened.
* | Merge pull request #437 from Kingcom/DebugModeGravatar Tony Wasserka2015-01-11
|\ \ | | | | | | Replace OnCpuStepped signal
| * | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Gravatar Kingcom2015-01-11
| |/ | | | | | | DebugModeLeft
* | citra-qt: Add explicit casts to prevent some warnings.Gravatar Subv2015-01-10
| |
* | citra-qt: Fixed some Qt errors on initializationGravatar Subv2015-01-10
| |
* | Merge pull request #342 from uppfinnarn/masterGravatar bunnei2015-01-10
|\ \ | | | | | | Build improvements
| * | Use -pthread where and only where neededGravatar Johannes Ekberg2015-01-09
| | | | | | | | | | | | | | | | | | Passing -pthread to GCC as a flag makes it both link to libpthread, and make C standard library routines reentrant. This makes the additional explicit links unnecessary. Additionally, on OSX, this is the default behavior, and clang will print a message about it being unused if it's present there.
| * | Generic PLATFORM_LIBRARIES varGravatar Johannes Ekberg2015-01-09
| | | | | | | | | | | | This both reduces redundancy in add_executable definitions, and makes it easier to link additional libraries. In particular, extra libraries are needed on OSX - see next commit.
* | | Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-09
|/ /
* / citra-qt: Add check for valid address to call stackGravatar Kingcom2015-01-07
|/
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-06
|
* Merge pull request #272 from rohit-n/sign-compareGravatar bunnei2015-01-05
|\ | | | | Silence some -Wsign-compare warnings.
* | Add support load 3DS roomGravatar Dante384902015-01-05
| |
* | citra-qt: Added license headers to files.Gravatar chrisvj2015-01-04
| |
* | Frontends: Shutdown core when emulation is stoppedGravatar Yuri Kunde Schlesner2015-01-04
| |
* | Merge pull request #377 from Yllodra/misc-changesGravatar Tony Wasserka2015-01-02
|\ \ | | | | | | Qt: Letter cases and single window mode
* \ \ Merge pull request #358 from neobrain/pica_progress2Gravatar bunnei2015-01-01
|\ \ \ | | | | | | | | pica_progress followups
| | | * Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-01-01
| |_|/ |/| |
| | * Make letter cases consistent in menus and widgetsGravatar Daniel Lundqvist2015-01-01
| | | | | | | | | | | | | | | | | | | | | In various menu options letter cases were not consistent. This was also the case within various debugging widgets. This attempts to make letter cases consistent, but it is of course a matter of opinion which way is the correct one.
| | * Change popout mode to "Single Window Mode"Gravatar Daniel Lundqvist2015-01-01
| | |
* | | Set object name for the graphics debuggerGravatar Daniel Lundqvist2015-01-01
| |/ |/| | | | | | | | | Setting an object name for GPUCommandStreamWidget allows for saving the graphics debugger's state (if it's show, position, etc). This state is then restored when restarting the application.
* | SOC_U: Preliminary implementation of sockets.Gravatar Subv2014-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | Stubbed CreateMemoryBlock Using Berkeley sockets, and Winsock2.2 on Windows. So far ftpony creates the socket and accepts incoming connections SOC_U: Renamed functions to maintain consistency Also prevents possible scope errors / conflicts with the actual Berkeley socket functions SOCU: Close all the opened sockets when cleaning up SOCU
| * Pica: Cleanup color conversion.Gravatar Tony Wasserka2014-12-31
| |
| * citra-qt: Fix displaying RGBA5551 framebuffers.Gravatar Tony Wasserka2014-12-31
| | | | | | | | (not that it matters at the moment, because this code is not used yet)
| * citra-qt: Always show pica framebuffers as RGBA8.Gravatar Tony Wasserka2014-12-31
|/ | | | We actually don't really know yet how the format is encoded. Hence just use what works.