2013-10-27 15:13:03 +02:00
|
|
|
From 8c41bf9b792c08ecbf22a87d4e85f3e4801e62d2 Mon Sep 17 00:00:00 2001
|
2012-10-14 23:35:03 +03:00
|
|
|
From: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
|
|
|
|
Date: Sun, 14 Oct 2012 23:25:33 +0300
|
2013-11-30 10:39:32 +02:00
|
|
|
Subject: [PATCH 6/8] Add missing include to libsnes.cpp
|
2012-10-14 23:35:03 +03:00
|
|
|
|
|
|
|
---
|
2013-10-27 15:13:03 +02:00
|
|
|
target-libsnes/libsnes.cpp | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
2012-10-14 23:35:03 +03:00
|
|
|
|
2013-02-02 01:23:34 +02:00
|
|
|
diff --git a/target-libsnes/libsnes.cpp b/target-libsnes/libsnes.cpp
|
2012-10-14 23:35:03 +03:00
|
|
|
index 3b2be7a..ca90762 100755
|
2013-02-02 01:23:34 +02:00
|
|
|
--- a/target-libsnes/libsnes.cpp
|
|
|
|
+++ b/target-libsnes/libsnes.cpp
|
2012-10-14 23:35:03 +03:00
|
|
|
@@ -1,5 +1,6 @@
|
|
|
|
#include "libsnes.hpp"
|
|
|
|
#include <snes/snes.hpp>
|
|
|
|
+#include <gameboy/gameboy.hpp>
|
|
|
|
|
|
|
|
#include <nall/snes/cartridge.hpp>
|
|
|
|
#include <nall/gameboy/cartridge.hpp>
|
|
|
|
--
|
2013-11-30 10:39:32 +02:00
|
|
|
1.8.4.4
|
2012-10-14 23:35:03 +03:00
|
|
|
|