Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mesa
Path: blob/21.2-virgl/src/android_stub/hardware_stub.cpp
4558 views
1
#include <hardware/hardware.h>
2
3
extern "C" {
4
5
int hw_get_module(const char *id, const struct hw_module_t **module)
6
{
7
return 0;
8
}
9
10
}
11
12