Skip to content

Commit

Permalink
Merge pull request #1810 from johnbaumann/cdrom-demo-fix
Browse files Browse the repository at this point in the history
Add reset call for CDRomDevice
  • Loading branch information
johnbaumann authored Nov 28, 2024
2 parents 1e54cbf + 5cde72e commit 42c9bde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mips/psyqo/examples/cdrom-demo/cdrom-demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ void CDRomDemo::prepare() {
.set(psyqo::GPU::Interlace::PROGRESSIVE);
gpu().initialize(config);
m_cdrom.prepare();
m_cdrom.resetBlocking(gpu());
}

void CDRomDemo::createScene() {
Expand Down

0 comments on commit 42c9bde

Please sign in to comment.