- Jan 03, 2015
-
-
Lioncash authored
Technically eliminates two memory leaks as well.
-
- Jan 02, 2015
- Jan 01, 2015
-
-
Daniel Lundqvist authored
In various menu options letter cases were not consistent. This was also the case within various debugging widgets. This attempts to make letter cases consistent, but it is of course a matter of opinion which way is the correct one.
-
Daniel Lundqvist authored
-
Tony Wasserka authored
Set object name for the Graphics Debugger
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Daniel Lundqvist authored
Setting an object name for GPUCommandStreamWidget allows for saving the graphics debugger's state (if it's show, position, etc). This state is then restored when restarting the application.
-
- Dec 31, 2014
-
-
bunnei authored
SOC_U: Implemented some socket functions
-
Subv authored
Stubbed CreateMemoryBlock Using Berkeley sockets, and Winsock2.2 on Windows. So far ftpony creates the socket and accepts incoming connections SOC_U: Renamed functions to maintain consistency Also prevents possible scope errors / conflicts with the actual Berkeley socket functions SOCU: Close all the opened sockets when cleaning up SOCU
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
It's not really known how this actually works. Some testing has shown that this probably performs no filtering, and common usage in games suggests it's not actually resizing the image at all. However, this patch does seem to fix some homebrew showing quasi-duplicated images while still keeping other applications in a working state.
-
Tony Wasserka authored
-
Tony Wasserka authored
Not sure if this is a correct fix. Probably should instead change the decoding logic itself.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
bunnei authored
dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
Both IA4 and IA8 had their component order mixed up. Additionally, IA4 used the wrong number of nibbles per texel. A4 skipped every second texel.
-
Tony Wasserka authored
-
Tony Wasserka authored
(not that it matters at the moment, because this code is not used yet)
-
Tony Wasserka authored
We actually don't really know yet how the format is encoded. Hence just use what works.
-
Lioncash authored
-
bunnei authored
Add citra icon to executable and window title in Windows
-