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

fix: tiny fix

parent 8a809e31
No related branches found
No related tags found
1 merge request!31System state save
Pipeline #3212 canceled
...@@ -20,7 +20,7 @@ pub fn version() -> String { ...@@ -20,7 +20,7 @@ pub fn version() -> String {
String::from(VERSION) String::from(VERSION)
} }
/// Obtains the system this emulator is emulating.. /// Obtains the system this emulator is emulating.
#[cfg_attr(feature = "wasm", wasm_bindgen)] #[cfg_attr(feature = "wasm", wasm_bindgen)]
pub fn system() -> String { pub fn system() -> String {
String::from("Game Boy") String::from("Game Boy")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment