mrdude2478
mrdude2478
In file main.c - line 215 (filepath_remove_directory(&xci_ctx.tool_ctx->settings.secure_dir_path);) This is executed, whether the user has selected to keep ncaid files or not - which results in them being deleted, effectively making...
In hactool we have an option to unpack an NSO file: NSO0 options: --uncompressed=f Specify file path for saving uncompressed NSO0. Example: hactool -t nso main --uncompressed=main_dec Please can you...
As per the title, Please can you add another function like CreateShowDialog() in ui_application.cpp, but for the options you can display a graphic(Icon) instead of rendering text. I know you...
Firstly I am not sure if this is a bug or not but the following causes an app to crash: if (((Down & HidNpadButton_B) || ((Held & HidNpadButton_L) && (...
Can you add some code so we can save a downloaded database (from url), we can then save this as pkgi.txt Can you also add an option so we can...
Please add this code to show what version update is present when reading the update nsp. Example code below. ``` if (xmlVersion.Trim() == "") { TB_GameRev.Text = NACP.NACP_Datas[0].GameVer.Replace("\0", ""); }...
I had to add some stuff to your makefile for this to compile on windows: -lopusfile, -lopus, -lwebp So the libs part of the makefile should look like this: LIBS...
Currently a random crash happens when installing from NCZ/NSZ files. This is down to the cert file entry in the file entry table having a corrupt file extension name. When...
As per the title, I can build fine the standard makefile, but Quake3 OA doesn't work with that. It does work with team arena and quake 3 though. I am...
As per the title, I can't enter any IP or change ports to connect to a friends server. No on screen keyboard pops up when trying to enter anything via...