mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-14 03:15:35 +02:00
Update steam_overlay.cpp
Fix the fix ?
This commit is contained in:
parent
4868c03480
commit
0cd118075a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue