summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/ramview.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner1-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.
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-1/+2
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-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.
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj1-1/+1
2015-01-04citra-qt: Added license headers to files.chrisvj1-0/+4
2014-04-19UI/debugger changesMathieu Vaillancourt1-0/+0
2014-04-11Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt1-2/+2
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-01Basic QT windowMathieu Vaillancourt1-0/+13