Skip to content

Commit 3035905

Browse files
committed
Disable overclock on exit.
1 parent 89bc115 commit 3035905

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,8 @@ bool handle_events(core_t *nc)
474474

475475
void destroy(core_t *nc)
476476
{
477+
disable_overclock();
478+
477479
if (nc)
478480
{
479481
if (nc->ui)

0 commit comments

Comments
 (0)