mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-02-23 06:37:19 +01:00
Linux build fixes.
This commit is contained in:
parent
b0fcfa87ec
commit
6279736a6a
2
lib/rt64
2
lib/rt64
@ -1 +1 @@
|
||||
Subproject commit 0ca92eeb6c2f58ce3581c65f87f7261b8ac0fea0
|
||||
Subproject commit 1db8c347caa9dd356050777ac79a81f1ccfa462b
|
@ -1,5 +1,6 @@
|
||||
#include "ui_slider.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <charconv>
|
||||
|
||||
namespace recompui {
|
||||
|
@ -326,8 +326,10 @@ void ModMenu::create_mod_list() {
|
||||
|
||||
mod_entry_middles.resize(mod_entry_buttons.size());
|
||||
|
||||
if (!mod_details.empty()) {
|
||||
mod_selected(0);
|
||||
}
|
||||
}
|
||||
|
||||
ModMenu::ModMenu(Element *parent) : Element(parent) {
|
||||
game_mod_id = "mm";
|
||||
|
Loading…
x
Reference in New Issue
Block a user