Skip to content

Commit

Permalink
Update from AW.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
  • Loading branch information
audetto committed Dec 11, 2021
1 parent b5b2958 commit abe7d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/frontends/sdl/imgui/settingshelper.cpp
Expand Up @@ -13,6 +13,7 @@
#include "frontends/sdl/imgui/glselector.h"
#include "imgui_internal.h"

void CreateLanguageCard(void);

namespace
{
Expand Down
2 changes: 1 addition & 1 deletion source/linux/context.cpp
Expand Up @@ -108,7 +108,7 @@ void InitialiseEmulator()
g_bFullSpeed = false;

GetVideo().SetVidHD(false);
LoadConfiguration();
LoadConfiguration(true);
SetCurrentCLK6502();
GetAppleWindowTitle();
GetFrame().FrameRefreshStatus(DRAW_LEDS | DRAW_BUTTON_DRIVES | DRAW_DISK_STATUS);
Expand Down

0 comments on commit abe7d66

Please sign in to comment.