Skip to content

Commit

Permalink
Bump stella to 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Mar 22, 2020
1 parent 30b9d92 commit b3fdfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/stella/stella
Submodule stella updated 45 files
+11 −2 Changes.txt
+9 −3 configure
+7 −0 debian/changelog
+2 −0 docs/debugger.html
+ docs/graphics/options_ui.png
+16 −21 docs/index.html
+1 −1 docs/index_r77.html
+1 −1 src/common/StateManager.hxx
+2 −2 src/common/Version.hxx
+2 −1 src/debugger/gui/CartDPCPlusWidget.cxx
+3 −3 src/debugger/gui/TiaInfoWidget.cxx
+14 −3 src/emucore/CartDPCPlus.cxx
+4 −0 src/emucore/CartDPCPlus.hxx
+1 −1 src/emucore/Console.cxx
+82 −80 src/emucore/DefProps.hxx
+30 −10 src/emucore/FrameBuffer.cxx
+20 −14 src/emucore/Settings.cxx
+1 −1 src/emucore/TIASurface.cxx
+25 −80 src/emucore/stella.pro
+1 −1 src/emucore/tia/frame-manager/FrameManager.cxx
+2 −2 src/gui/Launcher.cxx
+2 −2 src/gui/Launcher.hxx
+100 −18 src/gui/LauncherDialog.cxx
+20 −2 src/gui/LauncherDialog.hxx
+2 −2 src/gui/Menu.cxx
+1 −1 src/gui/MinUICommandDialog.cxx
+1 −1 src/gui/RomAuditDialog.cxx
+9 −11 src/gui/RomInfoWidget.cxx
+2 −1 src/gui/RomInfoWidget.hxx
+5,553 −0 src/gui/Stella12x24tFont.hxx
+6,337 −0 src/gui/Stella14x28tFont.hxx
+7,121 −0 src/gui/Stella16x32tFont.hxx
+50 −47 src/gui/StellaSettingsDialog.cxx
+4 −4 src/gui/StellaSettingsDialog.hxx
+76 −35 src/gui/UIDialog.cxx
+2 −2 src/gui/UIDialog.hxx
+5 −3 src/libretro/StellaLIBRETRO.cxx
+2 −1 src/libretro/StellaLIBRETRO.hxx
+1 −1 src/libretro/libretro.cxx
+12 −0 src/macos/stella.xcodeproj/project.pbxproj
+4 −4 src/tools/convbdf.c
+2 −2 src/unix/r77/SettingsR77.cxx
+1 −1 src/unix/stella.spec
+3 −0 src/windows/Stella.vcxproj
+9 −0 src/windows/Stella.vcxproj.filters

0 comments on commit b3fdfb5

Please sign in to comment.