summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_framebuffer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* citra-qt: Fixed some Qt errors on initializationSubv2015-01-101-2/+2
|
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-2/+2
|
* Merge pull request #272 from rohit-n/sign-comparebunnei2015-01-061-8/+8
|\ | | | | Silence some -Wsign-compare warnings.
| * Silence some -Wsign-compare warnings.Rohit Nirmal2015-01-011-8/+8
| |
* | Pica: Cleanup color conversion.Tony Wasserka2014-12-311-8/+5
| |
* | citra-qt: Fix displaying RGBA5551 framebuffers.Tony Wasserka2014-12-311-0/+4
| | | | | | | | (not that it matters at the moment, because this code is not used yet)
* | citra-qt: Always show pica framebuffers as RGBA8.Tony Wasserka2014-12-311-1/+2
|/ | | | We actually don't really know yet how the format is encoded. Hence just use what works.
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\ | | | | License change
| * License changepurpasmart962014-12-211-1/+1
| |
* | Pica: Unify ugly address translation hacks.Tony Wasserka2014-12-201-4/+4
| |
* | citra-qt: Fix invalid memory read upon program startup.Tony Wasserka2014-12-201-1/+2
| | | | | | | | This was caused by the framebuffer display widget not checking whether we are actually in a valid emulation state or not.
* | Clean up some warningsChin2014-12-201-6/+6
|/
* Some code cleanup.Tony Wasserka2014-12-091-2/+2
|
* citra-qt: Add pica framebuffer widget.Tony Wasserka2014-12-091-0/+282