Skip to content

Commit

Permalink
rb1: enable overscan by default on xbox
Browse files Browse the repository at this point in the history
  • Loading branch information
lunalawl committed May 28, 2024
1 parent 73ea978 commit a9b0593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Small patches to vanilla RB games that add small quality-of-life improvements
- Vsync
- Instrument Slots
- Vocal practice mode
- Video Overscan enabled by default on RPCS3
- Video Overscan enabled by default

### TBRB:

Expand Down
2 changes: 1 addition & 1 deletion rb1/_ark/ui/main.dta
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
(movie_done
{ui goto_screen intro_to_splash_screen})
(enter
#ifdef HX_PS3 {profile_mgr set_overscan TRUE} #endif
{platform_mgr disable_xmp}
{ui goto_screen splash_screen}
kDataUnhandled)
Expand Down Expand Up @@ -120,6 +119,7 @@
(enter_time 0.0)
(attract_timeout_done FALSE)
(enter
{profile_mgr set_overscan TRUE}
;{logo.tex set_bitmap "dx/custom_textures/main/logo_dx.png"}

;{logo.mesh set_local_scale_index 0 {* {logo.mesh get_local_scale_index 0} 0.85}}
Expand Down

0 comments on commit a9b0593

Please sign in to comment.