fixes 4 stuff

This commit is contained in:
lizzie
2025-12-06 23:02:09 +00:00
parent 6e4ccef9b4
commit 8a5c52c82d
4 changed files with 7 additions and 11 deletions
@@ -67,7 +67,7 @@ public:
signal_stack_memory = std::make_unique<uint8_t[]>(stack_size);
#ifdef __OPENORBIS__
fmt::print(stderr, "no fastmem on ps4\n");
fmt::print(stderr, "no fastmem on PS4\n");
supports_fast_mem = false;
#else
stack_t signal_stack{};