Skip to content

Commit

Permalink
chore: title show
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 1, 2024
1 parent 2ec53d4 commit f41d651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontends/web/ts/gb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ export class GameboyEmulator extends EmulatorLogic implements Emulator {
timestamp: timestamp > 0 ? timestamp : undefined,
agent: state.agent_wa(),
model: state.model_wa(),
title: state.title_wa(),
format: StateManager.format_str_wa(data),
size: data.length,
thumbnail: state.has_image_wa()
Expand Down

0 comments on commit f41d651

Please sign in to comment.