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 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
|
||||
|
Loading…
Reference in New Issue
Block a user