mirror of https://github.com/bsnes-emu/bsnes.git
Update to bsnes v038r11? release.
New WIP. - invalid input is blocked again when input.allow_invalid_input == false - vertical scrollbar only appears when needed in multi-line textboxes - cheat editor properly encodes / decodes quotes and line breaks - advanced panel now allows double clicking boolean items to toggle their state - cleaned up all of the nall template library - nall::array was missing copy constructor, causing swap/sort to fail - moved start in fullscreen to advanced panel for now - renamed most of the options FitzRoy asked for > Invalid input is always allowed in bsnes. The config file option > doesn't change that. Thank you very much, that was a huge oversight. > In the latest WIP I've notice Pro Action Replay codes aren't working > anymore. For example, try these codes for Super Mario World (U); Those work fine for me ... maybe try the next WIP? > Here's a couple of boolean advanced options I'd like to see: > misc.minimize_to_system_tray > misc.run_at_system_startup System tray control is probably something the GUI library needs anyway, but its value is completely lost for Windows 7 -- the taskbar works similar to the system tray + quick launch. In fact, by default tray items are hidden and require you to go through a menu to get to them. Run at startup would be tricky. I could only get that working on Windows, and it's really something the user should do externally. Drag it to the startup folder, put it in the registry, use MS config, whatever. Also seems very niche, no? You'd still have to load a game for it to be useful. > maybe the two file ones as well, not sure what use those have One is for OS X users. Some of them don't understand file extensions. The other is for ROM hackers. It'd be needed to multi-chain UPS patches in the future, as well. > I'd also like a minor change in the system menu: flip the power > settings with the controller settings. Why? Seems arbitrary, and I like the current ordering. We can even make up some crazy stuff to support the current ordering: 1) Looking at an SNES from top to bottom, you have the cart slot, then power / reset, then controllers. 2) Group options that affect carts, then group options that affect input. > Let me know when you're ready to talk about the readme overhaul. Will probably release v039 next weekend. Can work on the readme for v040, I guess. [No archive available]
This commit is contained in:
parent
9a5a3b8246
commit
25ad9701ab