Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building without RenderDoc support fails due to a syntax error #635

Open
griffi-gh opened this issue Nov 12, 2024 · 1 comment
Open

Building without RenderDoc support fails due to a syntax error #635

griffi-gh opened this issue Nov 12, 2024 · 1 comment

Comments

@griffi-gh
Copy link

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>       |        
@wheremyfoodat
Copy link
Owner

Oops, should be fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants