summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/ramview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* citra-qt: Removed unused and unimplemented ramview files.Kloen2017-01-221-12/+0
|
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-5/+3
|
* citra_qt: Reorganize headersLioncash2015-09-111-2/+1
|
* Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-151-2/+0
| | | | | | | memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+2
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+1
| | | | | | | 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.
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-1/+1
|
* citra-qt: Added license headers to files.chrisvj2015-01-041-0/+4
|
* UI/debugger changesMathieu Vaillancourt2014-04-191-0/+13