0
0
mirror of https://github.com/Ishan09811/pine.git synced 2025-04-29 08:25:10 +00:00

Update gpu.h

This commit is contained in:
Ishan09811 2025-01-03 21:50:28 +05:30 committed by GitHub
parent 9d2604474a
commit 0e7f2872b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,5 +77,9 @@ namespace skyline::gpu {
* @brief Should be called after loader population to initialize the per-title caches
*/
void Initialise();
const DeviceState& getState() const {
return state;
}
};
}