Skip to content

Commit

Permalink
Merge pull request flyinghead#1516 from reicast/baka/gdi_ctrl
Browse files Browse the repository at this point in the history
gdi: set correct CTRL value in TOC
  • Loading branch information
baka0815 authored Mar 20, 2019
2 parents ad61f95 + c3b93cf commit 46a6a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/imgread/gdi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Disc* load_gdi(const char* file)
t.StartFAD=FADS+150;
t.EndFAD=0; //fill it in
t.file=0;
t.CTRL = CTRL;

if (SSIZE!=0)
{
Expand Down

0 comments on commit 46a6a72

Please sign in to comment.