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

feat: made method private

parent c2838b62
No related branches found
No related tags found
1 merge request!9Version 0.4.0 🍾
Pipeline #1409 passed
......@@ -562,7 +562,7 @@ class GameboyEmulator extends Observable implements Emulator {
}
}
async fetchRom(romPath: string): Promise<[string, Uint8Array]> {
private async fetchRom(romPath: string): Promise<[string, Uint8Array]> {
// extracts the name of the ROM from the provided
// path by splitting its structure
const romPathS = romPath.split(/\//g);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment