Commit graph

4 commits

Author SHA1 Message Date
UnknownShadow200
fdf92e047b Launcher input widget DPI scales properly 2020-07-30 13:20:33 +10:00
UnknownShadow200
5bf63e79a3 Use single Event_Register_ macro instead of Event_Register_XYZ macros
The Event_Register_XYZ were all just defined to Event_Register_Macro anyway, completely ignoring the type of the arguments given. Therefore it's better to just give a single type unsafe Event_Register_ macro, rather than misleading the user into thinking they were using type safe macros
2020-07-29 17:45:59 +10:00
UnknownShadow200
4deba8e0d4 Fix index buffer leaking if direct3d9 device creation initially failed
Still crashes, but progress at least
2020-07-28 18:59:53 +10:00
UnknownShadow200
b164d3c8d6 Move compiling instructions higher up in the readme 2019-12-05 07:39:35 +11:00