Decompiler | Purebasic
Procedure ReadConfig(filePath.s) hFile = CreateFile_(filePath, GENERIC_READ, FILE_SHARE_READ, 0, OPEN_EXISTING, 0, 0) If hFile = -1 ProcedureReturn #False EndIf size = GetFileSize_(hFile, 0) data.s = Space(size) ReadFile_(hFile, @data, size, bytesRead, 0) CloseHandle_(hFile) ; parse data into structure fields ; ... ProcedureReturn #True EndProcedure




Someone should remake the NGPC with all 80 games. If it was less than $75 I think there would be decent demand for it.
With rechargeable batteries via a USB-C port of course. And HDMI output wouldn’t be bad either.
Why can’t publishers get around to releasing a physical compilation of their games anymore? Some people don’t buy digital.
No review score, tho…