6 Commits (console)

Author SHA1 Message Date
Nico de Poel 19f63f4794 Use HeapAlloc to allocate hunk memory for the engine on Xbox. This reserves memory from the title's pool as opposed to the system's pool, which allows us to get the full 128 MB (or more) that we desire. 5 years ago
Nico de Poel 6869f4ed63 Updated Unity code for Game Core 5 years ago
Nico de Poel da4bce4958 Added a mock FMOD project to produce the stub static libraries that we need to link against. UniQuake native library now compiles for PS4, and with a few tweaks to the Unity code it now actually runs on a PS4 devkit as well! 5 years ago
Nico de Poel dfb083a800 Added a small shim library to allow access to the PS4 kernel's dynamic library functions, which are used to dynamically linking and unlink against the native engine library. I'm not sure if there isn't an easier way to do this, but this works for now. 5 years ago
Nico de Poel bd28bcac6b Updated Unity project to allow building for PS4 and running on real hardware. The engine plugin isn't there yet, so it won't do much, but it starts and FMOD works. 5 years ago
Nico de Poel b19df802c7 Reworked library loading so that the native DLL and its functions are now loaded dynamically using native LoadLibrary/GetProcAddress calls and can be freed again with FreeLibrary. This allows the library to be unloaded while in the Unity Editor, making iteration on native code easier, and it's a first step on the way to loading multiple Quake instances simultaneously. 5 years ago