mirror of
https://github.com/wiiu-env/SwipSwapMe.git
synced 2024-11-22 04:29:17 +01:00
Remove unused utils.h
This commit is contained in:
parent
5cb883c1fd
commit
0865962b1f
@ -1,12 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
#include <coreinit/dynload.h>
|
|
||||||
|
|
||||||
inline bool isModuleLoaded(const char *name) {
|
|
||||||
OSDynLoad_Module module;
|
|
||||||
auto err = OSDynLoad_IsModuleLoaded(name, &module);
|
|
||||||
|
|
||||||
if (err != OS_DYNLOAD_OK || !module) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user