Originally Posted by Michu
|
I'm sorry, I don't really get your problem, what do you mean by saying "The keys orientation remains as Portrait mode"? Is the Directional Pad not orientated correctly?
About the lag, as I know, it's caused by the CPU as it has to handle both, incoming signals and the emulation. So disburden the CPU or overclocking is the way to go.
|
First,
thank you Michu for replying me!
You're really very kind!
I'll try to explain better my problem:
My gamepad is configured by default factory setting to send direction keys as original D-PAD as it has to be used in Portrait mode
___________
|DELL° AXIM'|
| ////////////// |
| ////////////// | ^
| ////////////// | UP
| ////////////// |
| ////////////// |
| ----x50v---- |
|- °°--+-- °°- |
\ _________/
-----------------------
| ---||---------- ° ---|
| ==+==-----° - °- | ^
| ---||-----------°--- | UP
-----------------------
D-Pad UP = GamePad UP
If I play Genesis plus in landscape mode using the Axim D-Pad, the direction keys are used rotated by 90° counter clockwise so we will have:
PORTRAIT-------->LANDSCAPE
UP----------------->RIGHT
RIGHT------------->DOWN
DOWN------------>LEFT
LEFT-------------->UP
According to this my gamepad has to be rotated 90 ° CCW , too.. But none would play with a vertical gampad..
So the solution i thought is to change the SDL keys in the config file:
These are the
original values:
# Up
# values: SDL keysym
key_up = 273
# Down
# values: SDL keysym
key_down = 274
# Left
# values: SDL keysym
key_left = 276
# Right
# values: SDL keysym
key_right = 275
# Up
# values: SDL keysym
key_up = 273
# Down
# values: SDL keysym
key_down = 274
# Left
# values: SDL keysym
key_left = 276
# Right
# values: SDL keysym
key_right = 275
These are the
modified ones
# Up
# values: SDL keysym
key_up =
276
# Down
# values: SDL keysym
key_down =
275
# Left
# values: SDL keysym
key_left =
274
# Right
# values: SDL keysym
key_right =
273
Too bad it doesn't work!
Also if I mess up with other keycode configuration the D-Pad and GamePad orientation seems to not change anything!
I'm using GenesisPlus 1.06 25-02-2007 build and the log is claiming that a key configuration problem is fixed....
Thank You for your help
