From 9984dabcaf720b073ee6231ade5fc5368106ae93 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 20 Oct 2023 09:10:39 -0700 Subject: [PATCH] f_pc_manager progress --- src/f_pc/f_pc_manager.cpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/f_pc/f_pc_manager.cpp b/src/f_pc/f_pc_manager.cpp index 876ac7110..c387b3a81 100644 --- a/src/f_pc/f_pc_manager.cpp +++ b/src/f_pc/f_pc_manager.cpp @@ -53,6 +53,13 @@ void messageSet(unsigned long status) { /* Nonmatching */ } +namespace JAInter { + class StreamLib { + public: + static void stop(); + }; +} + /* 8003E9F0-8003EBD4 .text drawDvdCondition__Fl */ void drawDvdCondition(long status) { JFWDisplay::getManager()->setFader(NULL); @@ -73,13 +80,13 @@ void drawDvdCondition(long status) { messageSet(1); } else if (status == 6) { messageSet(3); - } else if (status == 12) { + } else if (status == 11) { messageSet(4); } else if (status == 1) { messageSet(0); } else if (status == -1) { messageSet(5); - // JAInter::StreamLib::stop(); + JAInter::StreamLib::stop(); } else { JUT_WARN(0x1e1, "Dvd Error !! <%d>\n", status); }