kapodamy

Results 7 issues of kapodamy

flac-1.3.2 does not compile using msys2 mingw64, expects `fseeko` and `ftello` functions to be already defined.

With these changes can be now compiled under MSYS2 MINGW64, tested with the following commands: ```bash cmake -B build -G "MinGW Makefiles" cmake --build build --config release ``` and ```bash...

avoids using `as` typescript operator on pure tables to avoid compile errors. test case: ```typescript var timer_table = new LuaTable(); ``` old usage: ```typescript table.insert(timer_table as any, "abc123"); ``` new...

~~When the vmu header is corrupted, `fs_open` reads the entire file (header+payload), meaning that the first call to `fs_read` will return bytes from the header when the payload is expected....

This PR changes how stream and sfx is started: Changes: * Procedure to start streams by implementing `snd_stream_setup` which is also API breaking. * Implementation of `snd_stream_queue*` functions are completly...

Fails with the message `vmufs_root_read: can't read block 255 on device A1`. ¿missing maple_frame_unlock() call somewhere? PoC here: ```C #include #include #include #include #include #include #include #include #include #include #include...

filesystem
peripherals

Under msys2 mingw the compiled dll is named `libGame.dll` when should be `Game.dll`. Attemping to run RSDKv5U results in a black screen. Depends on https://github.com/RSDKModding/RSDKv5-Decompilation/pull/284