- Mar 09, 2015
- Mar 04, 2015
-
-
Subv authored
This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
-
Lioncash authored
-
- Mar 03, 2015
-
-
bunnei authored
- Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger.
-
- Mar 02, 2015
-
-
Subv authored
They will always return 0 titles for every media type for now. This is needed to boot Home Menu further
-
Yuri Kunde Schlesner authored
-
- Mar 01, 2015
- Feb 28, 2015
-
-
archshift authored
This allows Virtual Console games to display properly.
-
Lioncash authored
Changed cond_to_str to take a uint32, since unsigned numbers are only ever passed to it, and this can be a source of warnings for some compilers (also indexing an array without bounds checking a signed number is kind of iffy).
-
Lioncash authored
Also declared an array as static, as it's only used in this translation unit.
-
Lioncash authored
It's unnecessary to make copies for simple comparisons like this.
-
- Feb 27, 2015
-
-
Subv authored
Bit 3 is used to specify a raw copy, where no processing is done to the data, seems to behave exactly as a DMA. Bit 1 is used to specify whether to convert from a tiled format to a linear format or viceversa.
-
- Feb 26, 2015
- Feb 25, 2015
-
-
Lioncash authored
We don't care about any of these.
-
- Feb 24, 2015
-
-
Subv authored
Aero Porter was throwing an "Invalid Handle" fatal error without this.
-
- Feb 22, 2015
-
-
Subv authored
Verified with hwtests
-
archshift authored
This was RE'd from the errdisp applet.
-
Emmanuel Gil Peyrot authored
-
Tony Wasserka authored
-
Kevin Hartman authored
-
- Feb 21, 2015
-
-
Subv authored
in Display Transfers, tested with hwtests.
-
Kevin Hartman authored
-
- Feb 20, 2015
- Feb 19, 2015
- Feb 18, 2015
-
-
Tony Wasserka authored
-
- Feb 17, 2015
- Feb 16, 2015
-
-
purpasmart96 authored
the helper macro for padding to common_funcs.h
-
Subv authored
err:f is a named port, not a service
-
Lioncash authored
Idiotville: Population: 1 - Inhabitant name: Lioncash
-
- Feb 15, 2015
-
-
Lioncash authored
-
Emmanuel Gil Peyrot authored
-
Lioncash authored
This enum value is ORed against in ARMul_Reset (and used to refer to all interrupt bits in the CPSR). So simply updating this is enough.
-