2024-05-04 15:22:59 +02:00
|
|
|
#include <libultraship/bridge.h>
|
2024-10-05 10:33:10 -05:00
|
|
|
#include "2s2h/GameInteractor/GameInteractor.h"
|
2024-05-04 15:22:59 +02:00
|
|
|
|
|
|
|
|
void RegisterHideTitleCards() {
|
2024-10-05 10:02:53 -05:00
|
|
|
REGISTER_VB_SHOULD(VB_SHOW_TITLE_CARD, {
|
2024-05-04 15:22:59 +02:00
|
|
|
if (CVarGetInteger("gEnhancements.Cutscenes.HideTitleCards", 0)) {
|
|
|
|
|
*should = false;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|