remove *dep directories

This commit is contained in:
Chips-fr 2015-05-23 13:28:13 +00:00
parent f0c47e548f
commit 6cbdde5724
85 changed files with 28 additions and 16861 deletions

View file

@ -16,7 +16,7 @@
#include "custom.h"
#include "target.h"
#include "gui_handling.h"
#include "sounddep/sound.h"
#include "sd-pandora/sound.h"
static gcn::Window *grpSound;

View file

@ -1,4 +1,4 @@
#include "osdep/gui/SelectorEntry.hpp"
#include "od-pandora/gui/SelectorEntry.hpp"
#include "guichan/widgets/container.hpp"
#include "guichan/widgets/icon.hpp"

View file

@ -262,7 +262,7 @@ int keycode2amiga(SDL_keysym *prKeySym)
{
int iAmigaKeycode = kc_decode(prKeySym);
if (iAmigaKeycode == -1)
return decode_fr(prKeySym);
return decode_us(prKeySym);
return iAmigaKeycode;
}

View file

@ -6,9 +6,9 @@
#include "autoconf.h"
#include "options.h"
#include "gui.h"
#include "sounddep/sound.h"
#include "sd-pandora/sound.h"
#include "custom.h"
#include "osdep/gp2x.h"
#include "od-pandora/gp2x.h"
#include "cfgfile.h"
#include "uae.h"
#include "disk.h"

View file

@ -14,13 +14,13 @@
#include "memory.h"
#include "zfile.h"
#include "gui.h"
#include "osdep/gui/SelectorEntry.hpp"
#include "od-pandora/gui/SelectorEntry.hpp"
#include "gui/gui_handling.h"
#include "custom.h"
#include "memory.h"
#include "xwin.h"
#include "drawing.h"
#include "sounddep/sound.h"
#include "sd-pandora/sound.h"
#include "audio.h"
#include "keybuf.h"
#include "keyboard.h"