mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
Update steam_overlay.cpp
Fix the fix ?
This commit is contained in:
parent
4868c03480
commit
0cd118075a
@ -32,7 +32,7 @@ static constexpr int base_notif_window_id = 0 * max_window_id;
|
|||||||
static constexpr int base_friend_window_id = 1 * max_window_id;
|
static constexpr int base_friend_window_id = 1 * max_window_id;
|
||||||
static constexpr int base_friend_item_id = 2 * max_window_id;
|
static constexpr int base_friend_item_id = 2 * max_window_id;
|
||||||
|
|
||||||
static InGameOverlay::ToggleKey overlay_toggle_keys[] overlay_toggle_keys = {
|
static InGameOverlay::ToggleKey overlay_toggle_keys[] = {
|
||||||
InGameOverlay::ToggleKey::SHIFT, InGameOverlay::ToggleKey::TAB
|
InGameOverlay::ToggleKey::SHIFT, InGameOverlay::ToggleKey::TAB
|
||||||
};
|
};
|
||||||
static const int toggle_keys_count = 2;
|
static const int toggle_keys_count = 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user