mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-08 03:51:39 +12:00
Update opengl.hpp, start with ELFs
This commit is contained in:
parent
1a8d563041
commit
51689af51f
8 changed files with 469 additions and 392 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
#define NOMINMAX // Windows why
|
||||
|
||||
#include <filesystem>
|
||||
|
||||
#include "cpu.hpp"
|
||||
#include "helpers.hpp"
|
||||
#include "opengl.hpp"
|
||||
|
@ -25,4 +27,6 @@ public:
|
|||
void reset();
|
||||
void run();
|
||||
void runFrame();
|
||||
|
||||
bool loadELF(std::filesystem::path& path);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue