v0.3
This commit is contained in:
parent
7d5d2db6e3
commit
e63c383947
3 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
# uae4arm-rpi
|
||||
Port of uae4arm on Raspberry Pi
|
||||
|
||||
v0.3:
|
||||
Rework of dispmanX management. It improve picasso
|
||||
Add 4/3 shrink for 16/9 screen.
|
||||
Alt key can now be used to switch between mouse and 2nd joystick.
|
||||
|
||||
v0.2:
|
||||
Merge latest TomB improvements from Pandora version (Zorro3 memory, picasso...).
|
||||
|
||||
|
|
|
@ -376,7 +376,7 @@ void leave_program (void)
|
|||
static void real_main2 (int argc, char **argv)
|
||||
{
|
||||
#ifdef RASPBERRY
|
||||
printf("Uae4arm v0.2 for Raspberry Pi by Chips\n");
|
||||
printf("Uae4arm v0.3 for Raspberry Pi by Chips\n");
|
||||
#endif
|
||||
#ifdef PANDORA
|
||||
SDL_Init(SDL_INIT_JOYSTICK | SDL_INIT_NOPARACHUTE | SDL_INIT_VIDEO);
|
||||
|
|
|
@ -284,7 +284,7 @@ void InitPanelInput(const struct _ConfigCategory& category)
|
|||
chkCustomCtrl->setId("CustomCtrl");
|
||||
chkCustomCtrl->addActionListener(inputActionListener);
|
||||
|
||||
lblDPAD = new gcn::Label("DPAD:");
|
||||
lblDPAD = new gcn::Label("DPAD/Port1:");
|
||||
lblDPAD->setSize(100, LABEL_HEIGHT);
|
||||
lblDPAD->setAlignment(gcn::Graphics::RIGHT);
|
||||
cboDPAD = new gcn::UaeDropDown(&dPADList);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue