Commit Graph

6 Commits

Author SHA1 Message Date
7ada357b2d Memmap: Re-organize memory function in two files
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-15 00:04:38 -03:00
e1fbac3ca1 Common: Remove common.h 2015-05-07 15:45:22 -03:00
ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h
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-02-10 18:30:31 -08:00
b0a14cfe7f citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
6dfcf2271b citra-qt: Added license headers to files. 2015-01-04 09:36:57 -08:00
e5f09b8be6 UI/debugger changes 2014-04-18 18:34:23 -04:00