Skip to content

Commit

Permalink
Filtered games without emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
syd711 committed Nov 29, 2024
1 parent 4f90e03 commit c233d26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private Game setGameEmulator(Game game) {
game.setEmulator(emulator);
}
else {
LOG.info("No emulator found for {}/{}/{}", game, game.getId(), game.getEmulatorId());
LOG.info("No emulator found for {}/{}/{}/{}", game, game.getId(), game.getEmulatorId(), game.getGameFilePath());
}

FrontendMediaItem frontendMediaItem = getGameMedia(game).getDefaultMediaItem(VPinScreen.Wheel);
Expand Down

0 comments on commit c233d26

Please sign in to comment.