mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
psp mp3 implementation
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@293 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
16e89bed91
commit
a6df06b763
9 changed files with 502 additions and 27 deletions
|
@ -3,6 +3,9 @@
|
|||
#ifndef PORT_CONFIG_H
|
||||
#define PORT_CONFIG_H
|
||||
|
||||
#define CASE_SENSITIVE_FS 0
|
||||
#define DONT_OPEN_MANY_FILES 1 // work around the stupid PSP 10 open file limit
|
||||
|
||||
// draw.c
|
||||
#define USE_BGR555 1
|
||||
#define OVERRIDE_HIGHCOL 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue