d_com_inf_game OK

This commit is contained in:
LagoLunatic
2023-11-29 15:57:25 -05:00
parent 288551ded0
commit 0c8486eae5
4 changed files with 227 additions and 29 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ bool mDoGph_BeforeOfDraw() {
bool mDoGph_AfterOfDraw() {
/* Nonmatching */
if (!fapGmHIO_isMenu()) {
if (JUTGamePad::getPortStatus(0).button == 0 && fapGmHIO_getMeter() != 0 && !JFWSystem::getSystemConsole()->isVisible()) {
if (JUTGamePad::getPortStatus(JUTGamePad::Port_1).button == 0 && fapGmHIO_getMeter() != 0 && !JFWSystem::getSystemConsole()->isVisible()) {
}
}