- May 12, 2015
-
-
Yuri Kunde Schlesner authored
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
-
- May 11, 2015
-
-
Subv authored
-
archshift authored
NWM_UDS: Fix a typo in the nwm service port name
-
purpasmart96 authored
-
bunnei authored
Thread: Correctly set main thread initial stack position
-
Subv authored
-
Tony Wasserka authored
Implement I4 texture format
-
Yuri Kunde Schlesner authored
-
archshift authored
@neobrain, could you confirm that this is correct? It's been tested with various different games and fixes different textures, including in Animal Crossing, Kirby Triple Deluxe, and SMB3D.
-
archshift authored
Fix crashes due to un-initialized GSP shared memory
-
Lioncash authored
Give each emulated thread it's own TLS memory
-
- 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.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
This works around crashes related to GSP/HID/etc. shared memory blocks having garbage values. The proper fix requires proper management of mapped memory blocks in the process.
-
Yuri Kunde Schlesner authored
-
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
-