mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-18 10:36:59 +00:00
Add all the files
This commit is contained in:
parent
e3db07a16a
commit
d60742f52b
1445 changed files with 430238 additions and 0 deletions
23
src/Cafe/OS/libs/gx2/GX2_Misc.h
Normal file
23
src/Cafe/OS/libs/gx2/GX2_Misc.h
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#pragma once
|
||||
|
||||
namespace GX2
|
||||
{
|
||||
extern uint32 sGX2MainCoreIndex;
|
||||
|
||||
enum class E_TVRES
|
||||
{
|
||||
TODO,
|
||||
};
|
||||
|
||||
enum class E_TVBUFFERMODE
|
||||
{
|
||||
DOUBLE_BUFFER = 2,
|
||||
};
|
||||
|
||||
void _GX2DriverReset();
|
||||
|
||||
void GX2SetTVBuffer(void* imageBuffePtr, uint32 imageBufferSize, E_TVRES tvResolutionMode, uint32 surfaceFormat, E_TVBUFFERMODE bufferMode);
|
||||
void GX2SetTVGamma(float gamma);
|
||||
|
||||
void GX2MiscInit();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue