mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 21:47:47 +00:00
settings: Remove includes of core.h
This commit is contained in:
parent
d12525737a
commit
ac0154259a
10 changed files with 55 additions and 57 deletions
|
@ -42,8 +42,7 @@ public:
|
|||
~ConfigureInput() override;
|
||||
|
||||
/// Initializes the input dialog with the given input subsystem.
|
||||
void Initialize(InputCommon::InputSubsystem* input_subsystem_, Core::System& system,
|
||||
std::size_t max_players = 8);
|
||||
void Initialize(InputCommon::InputSubsystem* input_subsystem_, std::size_t max_players = 8);
|
||||
|
||||
/// Save all button configurations to settings file.
|
||||
void ApplyConfiguration();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue