notaz.gp2x.de
/
fceu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9873320
)
gpfce patch part3
author
notaz
<notasas@gmail.com>
Sat, 7 Apr 2007 14:04:01 +0000
(14:04 +0000)
committer
notaz
<notasas@gmail.com>
Sat, 7 Apr 2007 14:04:01 +0000
(14:04 +0000)
git-svn-id: file:///home/notaz/opt/svn/fceu@93
be3aeb3a
-fb24-0410-a615-
afba39da0efa
29 files changed:
drivers/pc/dface.h
[moved from
drivers/cli/dface.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/input.c
[moved from
drivers/cli/input.c
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/keyscan.h
[moved from
drivers/cli/keyscan.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/lnx-joystick.c
[moved from
drivers/cli/lnx-joystick.c
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/lnx-joystick.h
[moved from
drivers/cli/lnx-joystick.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/main.c
[moved from
drivers/cli/main.c
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/main.h
[moved from
drivers/cli/main.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/minimal.c
[moved from
drivers/cli/minimal.c
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/minimal.h
[moved from
drivers/cli/minimal.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/minimal_940t.h
[moved from
drivers/cli/minimal_940t.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/sdl-joystick.c
[moved from
drivers/cli/sdl-joystick.c
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/sdl-netplay.c
[moved from
drivers/cli/sdl-netplay.c
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/sdl-netplay.h
[moved from
drivers/cli/sdl-netplay.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/sdl-sound.c
[moved from
drivers/cli/sdl-sound.c
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/sdl-video.c
[moved from
drivers/cli/sdl-video.c
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/sdl-video.h
[moved from
drivers/cli/sdl-video.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/sdl.c
[moved from
drivers/cli/sdl.c
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/sdl.h
[moved from
drivers/cli/sdl.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/svga-video.c
[moved from
drivers/cli/svga-video.c
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/svga-video.h
[moved from
drivers/cli/svga-video.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/svgalib.c
[moved from
drivers/cli/svgalib.c
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/svgalib.h
[moved from
drivers/cli/svgalib.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/throttle.c
[moved from
drivers/cli/throttle.c
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/throttle.h
[moved from
drivers/cli/throttle.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/unix-basedir.h
[moved from
drivers/cli/unix-basedir.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/unix-netplay.c
[moved from
drivers/cli/unix-netplay.c
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/unix-netplay.h
[moved from
drivers/cli/unix-netplay.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/usage.h
[moved from
drivers/cli/usage.h
with 100% similarity]
patch
|
blob
|
blame
|
history
drivers/pc/vgatweak.c
[moved from
drivers/cli/vgatweak.c
with 100% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/drivers/cli/dface.h
b/drivers/pc/dface.h
similarity index 100%
rename from
drivers/cli/dface.h
rename to
drivers/pc/dface.h
diff --git
a/drivers/cli/input.c
b/drivers/pc/input.c
similarity index 100%
rename from
drivers/cli/input.c
rename to
drivers/pc/input.c
diff --git
a/drivers/cli/keyscan.h
b/drivers/pc/keyscan.h
similarity index 100%
rename from
drivers/cli/keyscan.h
rename to
drivers/pc/keyscan.h
diff --git
a/drivers/cli/lnx-joystick.c
b/drivers/pc/lnx-joystick.c
similarity index 100%
rename from
drivers/cli/lnx-joystick.c
rename to
drivers/pc/lnx-joystick.c
diff --git
a/drivers/cli/lnx-joystick.h
b/drivers/pc/lnx-joystick.h
similarity index 100%
rename from
drivers/cli/lnx-joystick.h
rename to
drivers/pc/lnx-joystick.h
diff --git
a/drivers/cli/main.c
b/drivers/pc/main.c
similarity index 100%
rename from
drivers/cli/main.c
rename to
drivers/pc/main.c
diff --git
a/drivers/cli/main.h
b/drivers/pc/main.h
similarity index 100%
rename from
drivers/cli/main.h
rename to
drivers/pc/main.h
diff --git
a/drivers/cli/minimal.c
b/drivers/pc/minimal.c
similarity index 100%
rename from
drivers/cli/minimal.c
rename to
drivers/pc/minimal.c
diff --git
a/drivers/cli/minimal.h
b/drivers/pc/minimal.h
similarity index 100%
rename from
drivers/cli/minimal.h
rename to
drivers/pc/minimal.h
diff --git
a/drivers/cli/minimal_940t.h
b/drivers/pc/minimal_940t.h
similarity index 100%
rename from
drivers/cli/minimal_940t.h
rename to
drivers/pc/minimal_940t.h
diff --git
a/drivers/cli/sdl-joystick.c
b/drivers/pc/sdl-joystick.c
similarity index 100%
rename from
drivers/cli/sdl-joystick.c
rename to
drivers/pc/sdl-joystick.c
diff --git
a/drivers/cli/sdl-netplay.c
b/drivers/pc/sdl-netplay.c
similarity index 100%
rename from
drivers/cli/sdl-netplay.c
rename to
drivers/pc/sdl-netplay.c
diff --git
a/drivers/cli/sdl-netplay.h
b/drivers/pc/sdl-netplay.h
similarity index 100%
rename from
drivers/cli/sdl-netplay.h
rename to
drivers/pc/sdl-netplay.h
diff --git
a/drivers/cli/sdl-sound.c
b/drivers/pc/sdl-sound.c
similarity index 100%
rename from
drivers/cli/sdl-sound.c
rename to
drivers/pc/sdl-sound.c
diff --git
a/drivers/cli/sdl-video.c
b/drivers/pc/sdl-video.c
similarity index 100%
rename from
drivers/cli/sdl-video.c
rename to
drivers/pc/sdl-video.c
diff --git
a/drivers/cli/sdl-video.h
b/drivers/pc/sdl-video.h
similarity index 100%
rename from
drivers/cli/sdl-video.h
rename to
drivers/pc/sdl-video.h
diff --git
a/drivers/cli/sdl.c
b/drivers/pc/sdl.c
similarity index 100%
rename from
drivers/cli/sdl.c
rename to
drivers/pc/sdl.c
diff --git
a/drivers/cli/sdl.h
b/drivers/pc/sdl.h
similarity index 100%
rename from
drivers/cli/sdl.h
rename to
drivers/pc/sdl.h
diff --git
a/drivers/cli/svga-video.c
b/drivers/pc/svga-video.c
similarity index 100%
rename from
drivers/cli/svga-video.c
rename to
drivers/pc/svga-video.c
diff --git
a/drivers/cli/svga-video.h
b/drivers/pc/svga-video.h
similarity index 100%
rename from
drivers/cli/svga-video.h
rename to
drivers/pc/svga-video.h
diff --git
a/drivers/cli/svgalib.c
b/drivers/pc/svgalib.c
similarity index 100%
rename from
drivers/cli/svgalib.c
rename to
drivers/pc/svgalib.c
diff --git
a/drivers/cli/svgalib.h
b/drivers/pc/svgalib.h
similarity index 100%
rename from
drivers/cli/svgalib.h
rename to
drivers/pc/svgalib.h
diff --git
a/drivers/cli/throttle.c
b/drivers/pc/throttle.c
similarity index 100%
rename from
drivers/cli/throttle.c
rename to
drivers/pc/throttle.c
diff --git
a/drivers/cli/throttle.h
b/drivers/pc/throttle.h
similarity index 100%
rename from
drivers/cli/throttle.h
rename to
drivers/pc/throttle.h
diff --git
a/drivers/cli/unix-basedir.h
b/drivers/pc/unix-basedir.h
similarity index 100%
rename from
drivers/cli/unix-basedir.h
rename to
drivers/pc/unix-basedir.h
diff --git
a/drivers/cli/unix-netplay.c
b/drivers/pc/unix-netplay.c
similarity index 100%
rename from
drivers/cli/unix-netplay.c
rename to
drivers/pc/unix-netplay.c
diff --git
a/drivers/cli/unix-netplay.h
b/drivers/pc/unix-netplay.h
similarity index 100%
rename from
drivers/cli/unix-netplay.h
rename to
drivers/pc/unix-netplay.h
diff --git
a/drivers/cli/usage.h
b/drivers/pc/usage.h
similarity index 100%
rename from
drivers/cli/usage.h
rename to
drivers/pc/usage.h
diff --git
a/drivers/cli/vgatweak.c
b/drivers/pc/vgatweak.c
similarity index 100%
rename from
drivers/cli/vgatweak.c
rename to
drivers/pc/vgatweak.c