mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 22:05:38 +00:00
missed 2 changed files with last commit
This commit is contained in:
parent
4961951a89
commit
b2b8396947
|
@ -53,8 +53,8 @@
|
||||||
* OKAY is successfully loaded, otherwise FAIL. Prints own error messages.
|
* OKAY is successfully loaded, otherwise FAIL. Prints own error messages.
|
||||||
*/
|
*/
|
||||||
extern bool LoadShaderProgram(GLuint *shaderProgramPtr, GLuint *vertexShaderPtr,
|
extern bool LoadShaderProgram(GLuint *shaderProgramPtr, GLuint *vertexShaderPtr,
|
||||||
GLuint *fragmentShaderPtr, std::string vsFile,
|
GLuint *fragmentShaderPtr, const std::string& vsFile,
|
||||||
std::string fsFile, const char *vsString,
|
const std::string& fsFile, const char *vsString,
|
||||||
const char *fsString);
|
const char *fsString);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -41,7 +41,7 @@ public:
|
||||||
|
|
||||||
virtual bool Init(UINT8* netRAMPtr, UINT8* netBufferPtr) = 0;
|
virtual bool Init(UINT8* netRAMPtr, UINT8* netBufferPtr) = 0;
|
||||||
|
|
||||||
virtual void GetGame(Game) = 0;
|
virtual void GetGame(const Game&) = 0;
|
||||||
|
|
||||||
virtual UINT8 ReadCommRAM8(unsigned addr) = 0;
|
virtual UINT8 ReadCommRAM8(unsigned addr) = 0;
|
||||||
virtual UINT16 ReadCommRAM16(unsigned addr) = 0;
|
virtual UINT16 ReadCommRAM16(unsigned addr) = 0;
|
||||||
|
|
Loading…
Reference in a new issue