You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panda3ds> In file included from /build/source/src/emulator.cpp:9:
panda3ds> /build/source/include/renderdoc.hpp: In function 'void Renderdoc::startCapture()':
panda3ds> /build/source/include/renderdoc.hpp:32:130: error: expected ';' before '}' token
panda3ds> 32 | static void startCapture() { Helpers::panic("Tried to start a Renderdoc capture while support for renderdoc is disabled") }
panda3ds> | ^~
panda3ds> | ;
panda3ds> /build/source/include/renderdoc.hpp: In function 'void Renderdoc::endCapture()':
panda3ds> /build/source/include/renderdoc.hpp:33:126: error: expected ';' before '}' token
panda3ds> 33 | static void endCapture() { Helpers::panic("Tried to end a Renderdoc capture while support for renderdoc is disabled") }
panda3ds> | ^~
panda3ds> | ;
panda3ds> /build/source/include/renderdoc.hpp: In function 'void Renderdoc::triggerCapture()':
panda3ds> /build/source/include/renderdoc.hpp:34:134: error: expected ';' before '}' token
panda3ds> 34 | static void triggerCapture() { Helpers::panic("Tried to trigger a Renderdoc capture while support for renderdoc is disabled") }
panda3ds> | ^~
panda3ds> |
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: