sys: Fix Intel GPU detection not being used
This commit is contained in:
parent
864b853306
commit
621c28bf6f
@ -24,6 +24,8 @@ namespace hex::plugin::builtin {
|
|||||||
void addToolbarItems();
|
void addToolbarItems();
|
||||||
void addGlobalUIItems();
|
void addGlobalUIItems();
|
||||||
|
|
||||||
|
void handleBorderlessWindowMode();
|
||||||
|
|
||||||
void registerLanguageEnUS();
|
void registerLanguageEnUS();
|
||||||
void registerLanguageDeDE();
|
void registerLanguageDeDE();
|
||||||
void registerLanguageItIT();
|
void registerLanguageItIT();
|
||||||
@ -67,6 +69,8 @@ IMHEX_PLUGIN_SETUP("Built-in", "WerWolv", "Default ImHex functionality") {
|
|||||||
|
|
||||||
registerLayouts();
|
registerLayouts();
|
||||||
registerMainMenuEntries();
|
registerMainMenuEntries();
|
||||||
|
|
||||||
|
handleBorderlessWindowMode();
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is the default plugin
|
// This is the default plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user