fixes 4 stuff

This commit is contained in:
lizzie
2025-12-06 23:02:09 +00:00
parent cce9c1af6b
commit e0748f02cd
3 changed files with 2 additions and 6 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{};