Browse Source

swap handling

eden-orbis-ps4
lizzie 9 months ago
parent
commit
cce9c1af6b
  1. 1
      src/yuzu_cmd/yuzu.cpp

1
src/yuzu_cmd/yuzu.cpp

@ -59,6 +59,7 @@
#endif #endif
#ifdef __OPENORBIS__ #ifdef __OPENORBIS__
#include <orbis/SystemService.h>
# define STUB_WEAK(name) extern "C" void name() { printf("called " #name); asm volatile("ud2"); } # define STUB_WEAK(name) extern "C" void name() { printf("called " #name); asm volatile("ud2"); }
STUB_WEAK(__cxa_thread_atexit) STUB_WEAK(__cxa_thread_atexit)
STUB_WEAK(__assert) STUB_WEAK(__assert)

Loading…
Cancel
Save