Add FreeBSD support (#939)

* Add FreeBSD support

* Fix indentation

* Fix Linux not finding OpenGL

* Link POSIX Realtime Extensions library

* Link POSIX Realtime Extensions when OpenGL is enabled too

* Fail if shm_open memory exists and also check for errors

* fix the last commit

* (try to) Setup FreeBSD CI

* Fix some issues with FreeBSD CI

* Make with all cores

* Remove FreeBSD CI 

It doesn't want to work for some reason
This commit is contained in:
WaluigiWare64
2021-01-22 18:20:32 +00:00
committed by GitHub
parent 34da7f5cc3
commit 9994d3a644
4 changed files with 32 additions and 27 deletions

View File

@ -546,8 +546,8 @@ void Eject()
HasSolarSensor = false;
CartROM = NULL;
CartROMSize = 0;
CartCRC = NULL;
CartID = NULL;
CartCRC = 0;
CartID = 0;
CartGPIO = {};
GBACart_SRAM::Eject();