- Dec 12, 2014
- Dec 11, 2014
-
-
bunnei authored
Kernel/Mutex: Properly lock the mutex when a thread enters it
-
- Dec 10, 2014
-
-
bunnei authored
CFG:U: Store country codes as u16 instead of char pointers, and return the correct error in GetCountryCodeID
-
Emmanuel Gil Peyrot authored
CFG:U: Store country codes as u16 instead of char pointers, and return the correct error in GetCountryCodeID.
-
bunnei authored
Fix gsp synch
-
bunnei authored
Explicitly specify LE strings to iconv, fixes paths in Steel Diver
-
archshift authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
- Dec 09, 2014
-
-
bunnei authored
Remove unused NDMA module.
-
Yuri Kunde Schlesner authored
-
bunnei authored
Pica debugger improvements
-
Tony Wasserka authored
-
Tony Wasserka authored
The affected code is no longer limited by compiler support on that platform.
-
Tony Wasserka authored
This better reflects that no commands are supposed to show up until you hit the button a second time.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
Double-clicking a texture parameter command in the pica command lists will spawn these as a new tab in the pica command list dock area.
-
Tony Wasserka authored
The texture viewer is enabled when selecting a write command to one of the texture config registers.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
Changed start/stop button to reflect current tracing status. Properly labeled column headers.
-
Tony Wasserka authored
This class has a few advantages over the regular QSpinBox: - QSpinBox stores its as signed 32 bit integers, which for instance is unsuitable for representing memory addresses. CSpinBox uses 64 bit integers instead. - QSpinBox does not provide an easy way to handle number input from bases different than 10. - QSpinBox is quite inflexible in general and almost any sort of customization requires reimplementing it anyway.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
bunnei authored
Log the cmd_buff arguments when citra comes across an unimplemented function
-
bunnei authored
Thread: Fixed to wait on address when in arbitration.
-
bunnei authored
-
bunnei authored
MemMap: Updated memory map to subtract base address instead of mask.
-
bunnei authored
Fix emulation of SASX and SSAX instructions.
-
bunnei authored
Loader: Add 3DSX support
-
- Dec 08, 2014
-
-
bunnei authored
Kernel/File: Fixed file read/write hwtests
-
bunnei authored
Make OpenDirectory fail if the directory doesn't exist
-
Subv authored
The 3DS allows the user to read from files opened with the Write access modifier, even if he did not specify the Read access modifier. Open the files in binary mode so that we can prevent CR/LF problems in Windows, where a line-end is replaced by these two bytes instead of just 0xA, this was causing problems with the GetSize test
-
Lioncash authored
-
ichfly authored
-