partially revived platform support for PSP (unfinished)
authorkub <derkub@gmail.com>
Sun, 10 Jan 2021 11:09:18 +0000 (12:09 +0100)
committerkub <derkub@gmail.com>
Sun, 10 Jan 2021 11:13:56 +0000 (12:13 +0100)
commitcdc6aac4c0398f628b9646db73decae399a6b948
treed1055700f78699bafe4b5695bd413ee91d891207
parentf821bb701128367a4b0ca80a874fc6c6d18c1314
partially revived platform support for PSP (unfinished)

just to have a platform with an unusal screen resolution
- suspend/resume handling probably non-working
- no scaling settings
- no image generation
currently no intentions to finish this.
17 files changed:
Makefile
pico/32x/draw.c
pico/debug.c
pico/draw.c
pico/draw_arm.S
pico/mode4.c
platform/common/menu_pico.c
platform/psp/emu.c
platform/psp/emu.h
platform/psp/in_psp.c [new file with mode: 0644]
platform/psp/in_psp.h [new file with mode: 0644]
platform/psp/main.c
platform/psp/menu.c
platform/psp/mp3.c
platform/psp/plat.c [new file with mode: 0644]
platform/psp/psp.c
platform/psp/psp.h