Commit Graph

7 Commits

Author SHA1 Message Date
Thomas Rohloff
69802b6d60 Remove unused variables
Signed-off-by: Thomas Rohloff <v10lator@myway.de>
2020-05-17 07:48:32 +02:00
Thomas Rohloff
5a19ff0d0f Disable HyperZ
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>
2020-05-16 13:43:42 +02:00
Maschell
40d4391788 - Move lib from $(DESTDIR)$(DEVKITPRO)/wut/ to $(DESTDIR)$(DEVKITPRO)/wut/usr
- 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)
2020-02-22 23:24:10 +01:00
Maschell
886ae7e19b Fix the Shader3D 2020-02-18 19:48:23 +01:00
orboditilt
21bb3b0417 Compatible with latest WUT 2019-08-14 23:24:55 +02:00
Maschell
e8f1942db4 Add first commit on wut branch 2018-06-21 20:44:58 +02:00
Maschell
345bb53c6a First commit, have fun! 2017-10-29 10:28:14 +01:00