mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-20 20:31:51 +02:00
Update to v094r27 release.
byuu says: Added AWJ's fixes for alt/cpu (Tetris Attack framelines issue) and alt/dsp (Thread::clock reset) Added fix so that the taskbar entry appears when the application first starts on Windows. Fixed checkbox toggling inside of list views on Windows. Updated nall/image to properly protect variables that should not be written externally. New Object syntax for hiro is in. Fixed the backwards-typing on Windows with the state manager. NOTE: the list view isn't redrawing when you change the description text. It does so on the cheat editor because of the resizeColumns call; but that shouldn't be necessary. I'll try and fix this for the next WIP.
This commit is contained in:
@@ -14,7 +14,7 @@ auto mMenuRadioItem::doActivate() const -> void {
|
||||
if(state.onActivate) return state.onActivate();
|
||||
}
|
||||
|
||||
auto mMenuRadioItem::group() const -> sGroup {
|
||||
auto mMenuRadioItem::group() const -> Group {
|
||||
return state.group;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user