1 // Define macros for appliction title and description
2 #ifdef FBA_DEBUG
3  #define APP_TITLE "FB Alpha [DEBUG]"
4 #else
5  #define APP_TITLE "FB Alpha"
6 #endif
7 
8 #define APP_DESCRIPTION "Emulator for arcade games"
9 
10