Skip to content

Commit 7b10773

Browse files
committed
Revert accidental change to cdrom-demo
1 parent 6d733a6 commit 7b10773

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

-6
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ SOFTWARE.
2727
#include "common/syscalls/syscalls.h"
2828
#include "psyqo/application.hh"
2929
#include "psyqo/cdrom-device.hh"
30-
#include "psyqo/cdrom-commandbuffer.hh"
3130
#include "psyqo/font.hh"
3231
#include "psyqo/gpu.hh"
3332
#include "psyqo/scene.hh"
@@ -76,11 +75,6 @@ void CDRomDemo::createScene() {
7675
syscall_puts("Failure\n");
7776
}
7877
});
79-
80-
81-
psyqo::Hardware::CDRom::CDRomCommandBuffer commandBuffer;
82-
commandBuffer.set(0x50, 0xf2, 0xde, 0xad);
83-
m_cdrom.testBlocking(gpu(), commandBuffer);
8478
}
8579

8680
void CDRomDemoScene::frame() {

0 commit comments

Comments
 (0)