From cce9c1af6bf1ce896978ed496713b69b2bbeb4e5 Mon Sep 17 00:00:00 2001 From: lizzie Date: Thu, 11 Dec 2025 05:01:48 +0000 Subject: [PATCH] swap handling --- src/yuzu_cmd/yuzu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index 207db0a54c..8decf831c8 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -59,6 +59,7 @@ #endif #ifdef __OPENORBIS__ +#include # define STUB_WEAK(name) extern "C" void name() { printf("called " #name); asm volatile("ud2"); } STUB_WEAK(__cxa_thread_atexit) STUB_WEAK(__assert)