Skip to content

Commit 9b6521e

Browse files
committed
Revert accidental change to cdrom-demo
1 parent 6d733a6 commit 9b6521e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/mips/psyqo/examples/cdrom-demo/cdrom-demo.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ void CDRomDemo::createScene() {
7676
syscall_puts("Failure\n");
7777
}
7878
});
79-
80-
81-
psyqo::Hardware::CDRom::CDRomCommandBuffer commandBuffer;
82-
commandBuffer.set(0x50, 0xf2, 0xde, 0xad);
83-
m_cdrom.testBlocking(gpu(), commandBuffer);
8479
}
8580

8681
void CDRomDemoScene::frame() {

0 commit comments

Comments
 (0)