mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-24 05:52:55 +02:00
Update to v098r18 release.
byuu says: Changelog: - hiro: fixed the BrowserDialog column resizing when navigating to new folders (prevents clipping of filenames) - note: this is kind of a quick-fix; but I have a good idea how to do the proper fix now - nall: added BitField<T, Lo, Hi> class - note: not yet working on the SFC CPU class; need to go at it with a debugger to find out what's happening - GB: emulated DMG/SGB STAT IRQ bug; fixes Zerd no Densetsu and Road Rash (won't fix anything else; don't get hopes up)
This commit is contained in:
@@ -181,6 +181,7 @@ auto BrowserDialogWindow::setPath(string path) -> void {
|
||||
}
|
||||
|
||||
Application::processEvents();
|
||||
view->resizeColumns(); //todo: on Windows, adding items may add vertical scrollbar; this hack corrects column width
|
||||
view.setFocused().doChange();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user