Atem2069 / gbemu

Game Boy Color Emulator
2 stars 0 forks source link

Couldnt run the emulator #3

Open Felipefpl opened 2 years ago

Felipefpl commented 2 years ago

Hi, i couldnt run the emu, it gave me a msg which you can see below:

Untitled

I have intel hd 2000, this shouldnt be a problem since i can run other emus here.

Atem2069 commented 2 years ago

requires opengl ~4.6 right now because I use some opengl 4 functions for fast texture copies (and i assumed the majority of pcs would support opengl 4.6 by now). I'll have a look at lowering the requirement all the way to opengl 2.1 (which intel hd 2000 should support?), however right now I'm working on fixing some more core emulation bugs. my emulator is still a work in progress right now though, if you want to play some games without any issues you should probably look at bgb or sameboy instead :)

Felipefpl commented 2 years ago

Seeing its your 1st release you achieved a lot in my opinion since several games run, i look forward to see what youll bring next. 👍

Atem2069 commented 2 years ago

appreciate it :). i'll drop a comment when I have a branch up with lowered opengl requirements

Felipefpl commented 2 years ago

appreciate it :). i'll drop a comment when I have a branch up with lowered opengl requirements

That`s nice to know, thanks for caring about this issue. :)