Skip to content

Commit

Permalink
Update CoreApi.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ogamespec committed Aug 29, 2023
1 parent 3ce288d commit 875e4f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Breaknes/BreaksCore/CoreApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ extern "C"
{
if (board != nullptr && board->io != nullptr)
{
printf("IOSetState: handle: %d, io_state: %d, value: 0x%08X\n", (int)handle, (int)io_state, value);
board->io->SetState((int)handle, io_state, value);
}
}
Expand Down

0 comments on commit 875e4f5

Please sign in to comment.