aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger/ramview.cpp
Commit message (Collapse)AuthorAge
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
| | | | | | | 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.hGravatar Yuri Kunde Schlesner2015-05-07
|
* 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.
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-06
|
* citra-qt: Added license headers to files.Gravatar chrisvj2015-01-04
|
* UI/debugger changesGravatar Mathieu Vaillancourt2014-04-18