refactor(log): rework SLog to use bc filesystem API

This commit is contained in:
phaneron 2025-04-14 03:36:40 -04:00
parent af834cafa7
commit 1fa8a1e82b
4 changed files with 186 additions and 227 deletions

View file

@ -44,7 +44,7 @@ int32_t StormSetOption(int32_t optname, const void* optval, uint32_t optlen) {
if (optlen != 4) {
return 0;
}
g_opt.opt10 = *static_cast<const int32_t*>(optval);
g_opt.echotooutputdebugstring = *static_cast<const int32_t*>(optval);
SErrSetLastError(0);
return 1;
case 6:

View file

@ -8,7 +8,7 @@ struct STORMOPTIONS {
int32_t serrleaksilentwarning;
uint32_t wavechunksize;
int32_t opt0C;
int32_t opt10;
int32_t echotooutputdebugstring;
int32_t opt14;
int32_t opt18;
int32_t opt1C;