mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinWX: fix input bitmaps not working when background input is off
This commit is contained in:
8
Source/Core/DolphinWX/UINeedsControllerState.h
Normal file
8
Source/Core/DolphinWX/UINeedsControllerState.h
Normal file
@ -0,0 +1,8 @@
|
||||
// Copyright 2017 Dolphin Emulator Project
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
void SetUINeedsControllerState(bool needs_controller_state);
|
||||
bool GetUINeedsControllerState();
|
Reference in New Issue
Block a user