- Dec 13, 2014
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
bunnei authored
APT shared font loading
-
bunnei authored
-
- Dec 12, 2014
-
-
Tony Wasserka authored
Add Boost as a submodule and add some minor cleanups using Boost.Range
-
bunnei authored
DSP: Added stub for ReadPipeIfPossible.
-
bunnei authored
-
bunnei authored
-
bunnei authored
- Linear simply indicates that the mapped physical address is always MappedVAddr+0x0C000000, thus this memory can be used for hardware devices' DMA (such as the GPU).
-
- 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.
-