- May 10, 2015
-
-
Subv authored
-
Subv authored
The TLS area for thread T with id Ti is located at TLS_AREA_VADDR + (Ti - 1) * 0x200. This allows some games like Mario Kart 7 to continue further.
-
bunnei authored
GPU improvements
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
nihstro: Update submodule to latest upstream/master to support MADI instruction decoding.
-
Lioncash authored
Common: Remove the BIT macro
-
- 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
-