Skip to content
Snippets Groups Projects
Verified Commit f41d651f authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: title show

parent 2ec53d4c
No related branches found
No related tags found
No related merge requests found
Pipeline #5043 passed
...@@ -764,6 +764,7 @@ export class GameboyEmulator extends EmulatorLogic implements Emulator { ...@@ -764,6 +764,7 @@ export class GameboyEmulator extends EmulatorLogic implements Emulator {
timestamp: timestamp > 0 ? timestamp : undefined, timestamp: timestamp > 0 ? timestamp : undefined,
agent: state.agent_wa(), agent: state.agent_wa(),
model: state.model_wa(), model: state.model_wa(),
title: state.title_wa(),
format: StateManager.format_str_wa(data), format: StateManager.format_str_wa(data),
size: data.length, size: data.length,
thumbnail: state.has_image_wa() thumbnail: state.has_image_wa()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment