This is a simple UI library doing everything on the same depth / in a 2D space, so using fast Z buffer techniques like HyperZ is overkill. Also disabling it saves a bit of MEM1 for other use.
Signed-off-by: Thomas Rohloff <v10lator@myway.de>
- Remove fs dependencies
- Replace CMutex with std::recursive_mutex
- Remove the AsyncDeleter (dependency)
- memoryInitialize was renamed to libgui_memoryInialized and added to this lib (same for memoryRelease)