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: