- May 10, 2015
- May 09, 2015
-
-
Yuri Kunde Schlesner authored
When the macro was introduced in 326ec512 it wasn't noticed that it conflicted in name with a heavily used macro inside of dyncom. This causes some compiler warnings. Since it's only lightly used, it was opted to simply remove the new macro.
-
Tony Wasserka authored
Small memory map definitions cleanup
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Also adds better documentation and removes the one-off reimplementation of the function in pica.h.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Lioncash authored
Loader: Remove .bin file support
-
Yuri Kunde Schlesner authored
It is of very limited practical utility currently, and will soon be impossible to support due to more accurate memory map emulation.
-
bunnei authored
Kernel: Process class and ExHeader caps parsing
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
This has been obsoleted by the field in Process.
-
Yuri Kunde Schlesner authored
-
- May 08, 2015
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Lioncash authored
dyncom: Remove an unnecessary variable in the interpreter
-
Lioncash authored
Remove unnecessary dyncom header files
-
Lioncash authored
-
- May 07, 2015
-
-
Lioncash authored
All this was doing was needlessly aliasing a variable.
-
Yuri Kunde Schlesner authored
Remove unused hash and mem_arena from common
-
bunnei authored
string_util: Get rid of UriDecode/UriEncode
-
archshift authored
Profiler: Fix off-by-one error when computing average.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Common: Add proper macros to test for architecture pointer size
-
Yuri Kunde Schlesner authored
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.
-
Yuri Kunde Schlesner authored
Currently unused and the code quality is pretty questionable.
-