Skip to content

Commit 205618f

Browse files
committed
VR (RE9): Remove black bars in cutscenes
1 parent 3f5a497 commit 205618f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/mods/VR.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,6 +2397,12 @@ bool VR::on_pre_gui_draw_element(REComponent* gui_element, void* primitive_conte
23972397
return false;
23982398
#endif
23992399

2400+
#if defined(RE9)
2401+
case "Gui_ui0440"_fnv: // Black bars in cutscenes
2402+
game_object->shouldDraw = false;
2403+
return false;
2404+
#endif
2405+
24002406
#if TDB_VER >= 73
24012407
case "ui0199"_fnv: // weird black bars in Kunitsu-Gami
24022408
return false;

0 commit comments

Comments
 (0)