2024-06-02 22:32:19 -04:00
|
|
|
#include <libultraship/bridge.h>
|
2024-10-05 10:33:10 -05:00
|
|
|
#include "2s2h/GameInteractor/GameInteractor.h"
|
2024-06-02 22:32:19 -04:00
|
|
|
|
|
|
|
|
void RegisterDisableBlackBars() {
|
2024-10-05 10:02:53 -05:00
|
|
|
REGISTER_VB_SHOULD(VB_DISABLE_LETTERBOX, {
|
2024-06-02 22:32:19 -04:00
|
|
|
if (CVarGetInteger("gEnhancements.Graphics.DisableBlackBars", 0)) {
|
|
|
|
|
*should = true;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|