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

chore: new function added

parent f8b5c750
No related branches found
No related tags found
1 merge request!29Support for Libretro
...@@ -77,3 +77,8 @@ pub extern "C" fn retro_init() { ...@@ -77,3 +77,8 @@ pub extern "C" fn retro_init() {
pub extern "C" fn retro_deinit() { pub extern "C" fn retro_deinit() {
println!("retro_deinit()"); println!("retro_deinit()");
} }
#[no_mangle]
pub extern "C" fn retro_reset() {
println!("retro_reset()");
}
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