mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
32x: implement VDP fill, improve PWM, division unit and scheduling
Chaotix works but unstable git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@794 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b2f512cab2
commit
2795a567a8
2 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ CFLAGS += -O3 -Wall
|
|||
CFLAGS += -ftracer -fstrength-reduce -funroll-loops -fomit-frame-pointer -fstrict-aliasing -ffast-math
|
||||
CFLAGS += -fprofile-generate
|
||||
else
|
||||
CFLAGS = -ggdb -Wall -falign-functions=2
|
||||
CFLAGS += -ggdb -Wall -falign-functions=2
|
||||
endif
|
||||
DEFINES = _UNZIP_SUPPORT IO_STATS IN_EVDEV
|
||||
CFLAGS += -I../.. -I.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue