debugnet
debugnet copied to clipboard
debugnet a psp2 library to debug your homebrew code over udp protocol
Recently I experienced the `#define`'s for log levels very badly conflicted with a library I was trying to port. Essentially, by defining them as such, it broke macros that had...
Sometimes I have to restart my app to get any debug. It happens when this output is missing when starting the app: `debugnet initialized Copyright (C) 2010,2015 Antonio Jose Ramos...
I was unable to build the sample code until I changed, I just got a psp vita today so obviously I am new to this, but I thought it might...
The following macros are often already used. Would it be possible to prefix them with something like `DBN`? ```C #define NONE 0 #define INFO 1 #define ERROR 2 #define DEBUG...
Recent CMake versions emit an error with the current version: ``` CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument...
Hello Can you put app vpk in release tab? Thank you