- Joined
- Jan 5, 2016
- Messages
- 164
- Reaction score
- 43
- Trophies
- 0
- Age
- 30
- Location
- Florida
- Website
- www.google.com
- XP
- 225
- Country

my config for O3DS
Code:// Boot menu configuration boot_config = { // Default timeout in secondes // If timeout = -1, disable autoboot timeout = 3; // Some devices (n3ds?) seems to have // some timing problems when using timeout=0 (autoboot). // You may increase this value to improve boot success rate. // Default delay (8) should be good for o3ds, 2 seems good for n3ds autobootfix = 8; // if timeout = 0 (autoboot), // hold this key to enter the menu // keycode list : https://goo.gl/4XLDIL recovery = 2; // SELECT // Default boot entry default = 0; // Boot menu entries (11 max) entries = ( { title = "rxTools"; path = "/rxTools/sys/code.bin"; offset = "0x12000"; }, { title = "HomeBrewMenu"; path = "/bhbl.3dsx"; } ); };
I removed the code for pasta aswell but im not sure if it would work on it so im taking yours...
Hope you dont mind. Thanks!!







