Skip to content

Commit

Permalink
Add reset call for CDRomDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbaumann committed Nov 27, 2024
1 parent 1e54cbf commit 5cde72e
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 5cde72e

Please sign in to comment.