diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-06-01 13:06:32 -0400 |
|---|---|---|
| committer | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-06-16 20:35:52 -0400 |
| commit | 941c19f2c33a0d1af75a10a64fe0905387d1e440 (patch) | |
| tree | 137060be3f45645965726f1e14fd58d066ce7e08 /ZAPDTR/ZAPD/Main.cpp | |
| parent | 5fcddaa066cad80ff9c3f9946b3e3df101afd3f3 (diff) | |
Audio decompiled and WIP custom sample support
Diffstat (limited to 'ZAPDTR/ZAPD/Main.cpp')
| -rw-r--r-- | ZAPDTR/ZAPD/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPDTR/ZAPD/Main.cpp b/ZAPDTR/ZAPD/Main.cpp index 65a65fea6..a9f70eed5 100644 --- a/ZAPDTR/ZAPD/Main.cpp +++ b/ZAPDTR/ZAPD/Main.cpp @@ -39,7 +39,7 @@ extern "C" void Audio_SetGameVolume(int player_id, float volume) extern "C" int ResourceMgr_OTRSigCheck(char* imgData) { - + return 0; } void DebugConsole_SaveCVars() |
