Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-08 | Common: Remove mem_arena.cpp/h | Yuri Kunde Schlesner | 1 | -70/+0 | |
It is superfluous for Citra. (It's only really necessary if you're doing JIT. We were using it but not taking any advantage from it.) This should make 32-bit builds work again. | |||||
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 1 | -1/+1 | |
2015-01-06 | Common: Remove dead platform #ifdefs to make the code more readable. | Emmanuel Gil Peyrot | 1 | -8/+0 | |
Symbian, Xbox, Blackberry and iOS got removed. FreeBSD and Android kept due to them potentially being able to run Citra in the future. The iOS specific part also got removed from PPSSPP in order to fix a bug there. | |||||
2014-08-17 | Common: Move header guards over to pragma once | Lioncash | 1 | -4/+1 | |
Also replaced C headers with the C++ equivalent ones | |||||
2014-04-09 | fixed project includes to use new directory structure | bunnei | 1 | -1/+1 | |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 1 | -0/+0 | |
2014-04-01 | grabbed ppsspp's MemArena | bunnei | 1 | -19/+43 | |
2013-09-06 | start of 3DS memory map | ShizZy | 1 | -2/+1 | |
2013-09-05 | replaced common code with dolphin common | ShizZy | 1 | -0/+58 | |