Skip to content

Commit

Permalink
pop-fe-ps3: use the maginc config when forcing ntsc in pop-fe-ps3
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <[email protected]>
  • Loading branch information
sahlberg committed Sep 10, 2023
1 parent 61d249f commit 5869435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pop-fe-ps3.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,8 @@ def on_create_pkg(self):
resolution = 2
if self.builder.get_variable('force_ntsc_variable').get() == 'on':
resolution = 1
for idx in range(len(self.cue_files)):
self.configs[idx] = self.configs[idx] + bytes([0x20, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00])

self.master.config(cursor='watch')
self.master.update()
Expand Down

0 comments on commit 5869435

Please sign in to comment.