Debugging everywhere!

This commit is contained in:
J-D-K
2025-07-28 18:28:11 -04:00
parent 721585c117
commit b9b3acf7f2
56 changed files with 1322 additions and 1019 deletions

View File

@@ -3,7 +3,7 @@
#include <switch.h>
BaseState::BaseState(bool isClosable)
: m_isClosable(isClosable)
: m_isClosable{isClosable}
{
if (m_isClosable) { return; }
appletBeginBlockingHomeButton(0);