Skip to content
Snippets Groups Projects
Commit be266c27 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Removed void typedef for GLPatch_t used when HWRENDER is undefined

Apparently all parts of the source code that require GLPatch_t are themselves used only if HWRENDER is defined. Do I need to say more?

Not sure if this will fix Wolfy's latest problem or not though
parent 14601193
No related branches found
No related tags found
1 merge request!29Some small compiling fix
......@@ -16,8 +16,6 @@
#ifdef HWRENDER
#include "hardware/hw_data.h"
#else
typedef void GLPatch_t;
#endif
#ifdef __GNUG__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment