Skip to content

Commit

Permalink
EP128: Xemu unification part1 ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgblgblgb committed Oct 12, 2020
1 parent 8210a59 commit 42c1011
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions xemu/emutools_gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */

// FIXME: very ugly hack for ep128 emulator which uses its own implemtnation of things still ...
#ifdef EMUTOOLS_GUI_INCLUDE_HACK
# include EMUTOOLS_GUI_INCLUDE_HACK
#else
# include "xemu/emutools.h"
#endif
#include "xemu/emutools.h"
#include "xemu/emutools_gui.h"
#include <string.h>

Expand All @@ -44,10 +39,7 @@ static void store_dir_from_file_selection ( char *store_dir, const char *filenam
}
#endif

// FIXME: ugly hack again, see above ...
#ifndef EMUTOOLS_GUI_INCLUDE_HACK
# include "xemu/gui/popular_user_funcs.c"
#endif
#include "xemu/gui/popular_user_funcs.c"

struct xemugui_descriptor_st {
const char *name;
Expand Down

1 comment on commit 42c1011

@lgblgblgb
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.