Merge branch 'master' of github.com:fleroviux/Panda3DS into pica-tev-emulation

This commit is contained in:
fleroviux
2023-06-17 12:39:48 +02:00
13 changed files with 22076 additions and 10164 deletions

View File

@@ -1,11 +1,7 @@
#include "emulator.hpp"
#include "gl3w.h"
int main (int argc, char *argv[]) {
Emulator emu;
if (gl3wInit()) {
Helpers::panic("Failed to initialize OpenGL");
}
emu.initGraphicsContext();