remove *dep directories
This commit is contained in:
parent
f0c47e548f
commit
6cbdde5724
85 changed files with 28 additions and 16861 deletions
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue