mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
sys: Fix Intel GPU detection not being used
This commit is contained in:
@@ -24,6 +24,8 @@ namespace hex::plugin::builtin {
|
||||
void addToolbarItems();
|
||||
void addGlobalUIItems();
|
||||
|
||||
void handleBorderlessWindowMode();
|
||||
|
||||
void registerLanguageEnUS();
|
||||
void registerLanguageDeDE();
|
||||
void registerLanguageItIT();
|
||||
@@ -67,6 +69,8 @@ IMHEX_PLUGIN_SETUP("Built-in", "WerWolv", "Default ImHex functionality") {
|
||||
|
||||
registerLayouts();
|
||||
registerMainMenuEntries();
|
||||
|
||||
handleBorderlessWindowMode();
|
||||
}
|
||||
|
||||
// This is the default plugin
|
||||
|
||||
Reference in New Issue
Block a user