Skip to content
Snippets Groups Projects
Verified Commit 29422af6 authored by bitten2up's avatar bitten2up
Browse files

oops i left even more of the 3ds stuff in there

parent 3a37682d
No related branches found
No related tags found
No related merge requests found
Pipeline #1362 passed
...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
// //
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief Nintendo 3ds GPU API for Doom Legacy /// \brief Dummy GPU API for Doom Legacy
#ifndef _R_CTR_H_ #ifndef _R_DUMMY_H_
#define _R_CTR_H_ #define _R_DUMMY_H_
#ifdef HAVE_SDL #ifdef HAVE_SDL
#define _MATH_DEFINES_DEFINED #define _MATH_DEFINES_DEFINED
...@@ -27,8 +27,7 @@ ...@@ -27,8 +27,7 @@
#pragma warning(disable : 4214 4244) #pragma warning(disable : 4214 4244)
#endif #endif
#include <3ds.h> // include your platform's headers here
#include <citro3d.h>
#include "../../doomdef.h" #include "../../doomdef.h"
#include "../hw_drv.h" #include "../hw_drv.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment