Pedro Montes Alcalde
Pedro Montes Alcalde
``` FAILED: CMakeFiles/json.dir/src/engine/external/json-parser/json.c.o /usr/lib/ccache/bin/cc -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O3 -DNDEBUG -fdiagnostics-color=always -fcolor-diagnostics -fstack-protector-all -fno-exceptions -Wno-implicit-function-declaration -MD -MT CMakeFiles/json.dir/src/engine/external/json-parser/json.c.o -MF CMakeFiles/json.dir/src/engine/external/json-parser/json.c.o.d -o CMakeFiles/json.dir/src/engine/external/json-parser/json.c.o...
When changing options that don't get saved to config like watch code or watch import calls, whenever sceAppMgrLoadExec happens the new window has the changes you made back to default,...
HTTP implementation is used by some homebrew/commercial games to check for updates or connect to some server for accounts, etc closes #872 * I **DO NOT** intend to implement every...
ATM tracy is only added to SceAudio, i've myself tested it in #1676 and it is REALLY awesome, you can see exactly when each function is executed with what arguments...
Currently there is no registry, the registry stores some system configuration like screen brightness, psp emulation and other stuff, there are some stubs for some cases but they are not...
Implements the linxu version of the get macc adress function, there are some quirks i couldn't get across like getting the correct adapter, so it you use wifi it will...
In linux system gethostbyname uses /etc/hosts to get its own ip, in the majority of cases it won't know it's LAN IP, instead it will fallback to loopback (127.0.0.1). This...
When a game asks for text input, writing with your keyboard will work fine until you press a pre-designed letter for the GUI, like g to hide/show the bar, or...