diff options
author | Michiel Van Der Kolk <not.valid@email.address> | 2005-03-04 11:01:33 +0000 |
---|---|---|
committer | Michiel Van Der Kolk <not.valid@email.address> | 2005-03-04 11:01:33 +0000 |
commit | ca2e99b4be0155abc90033ba2757f39d3ede9713 (patch) | |
tree | 2e6db5b2c392bc3ef53f31bdaf4dd71eac514410 /apps/plugins/rockboy/Makefile | |
parent | ee811a34433e88c965090fc9e936dc46db48f737 (diff) |
Grayscale support for rockboy - can't work without markuns patch,
needs rockbox' internal framebuffer in 2 bit (4 pixels / byte) format.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6132 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/rockboy/Makefile')
-rw-r--r-- | apps/plugins/rockboy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/rockboy/Makefile b/apps/plugins/rockboy/Makefile index c257f00dc5..f40783c720 100644 --- a/apps/plugins/rockboy/Makefile +++ b/apps/plugins/rockboy/Makefile @@ -22,6 +22,7 @@ SRC = cpu.c emu.c events.c exports.c fastmem.c hw.c lcd.c lcdc.c loader.c \ main.c mem.c nosound.c rccmds.c rcvars.c rtc.c save.c sound.c split.c \ sys_rockbox.c rockboy.c menu.c +#CFLAGS += -DGRAYSCALE #CFLAGS += -DDYNAREC #SRC += dynarec.c |