mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-29 09:00:02 +02:00
Update to v095r11 release.
byuu says: Changelog: - SFC: "uint8 read(uint addr)" -> "uint8 read(uint addr, uint8 data)" - hiro: mHorizontalLayout::setGeometry() return value - hiro/GTK: ListView,TreeView::setFocused() does not grab focus of first item Notes: - nall/windows/utf8.hpp needs using uint = unsigned; at the top to compile - sfc/balanced, sfc/performance won't compile yet Seems Cx4 games broke a while back. Not from this WIP, either. I'll go back and find out what's wrong now.
This commit is contained in:
@@ -189,7 +189,6 @@ auto BrowserDialogWindow::setPath(string path) -> void {
|
||||
);
|
||||
}
|
||||
|
||||
if(view.items()) view.item(0)->setSelected();
|
||||
Application::processEvents();
|
||||
view.resizeColumns().setFocused().doChange();
|
||||
}
|
||||
|
@@ -116,6 +116,8 @@ auto mHorizontalLayout::setGeometry(Geometry containerGeometry) -> type& {
|
||||
geometry.setX (geometry.x() + child.width + child.spacing);
|
||||
geometry.setWidth(geometry.width() - child.width + child.spacing);
|
||||
}
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
auto mHorizontalLayout::setMargin(signed margin) -> type& {
|
||||
|
Reference in New Issue
Block a user