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

chore: removed persistent data

parent 95c5a80d
Branches
Tags
No related merge requests found
Pipeline #4132 passed
......@@ -72,7 +72,7 @@ static mut INFO_OVERRIDE: [RetroSystemContentInfoOverride; 2] = [
RetroSystemContentInfoOverride {
extensions: "gb|gbc\0".as_ptr() as *const c_char,
need_fullpath: 0,
persistent_data: 1,
persistent_data: 0,
},
RetroSystemContentInfoOverride {
extensions: std::ptr::null(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment