Skip to content

Commit

Permalink
Lightrec: enable codebuffer option, fix Windows, move/cleanup headers
Browse files Browse the repository at this point in the history
Codebuffer is much faster due to lightrec's 32-bit LUT optimization

move lightning.h to lightning-actual.h and make lightning.h include lightning-actual.h and define HAVE_MMAP for lightning instead of in Makefile which applied it to other parts of beetle, causing issues on Windows in libretro-common/vfs
  • Loading branch information
ZachCook committed Sep 13, 2022
1 parent b4f9408 commit 3012b97
Show file tree
Hide file tree
Showing 8 changed files with 1,179 additions and 1,128 deletions.
1 change: 0 additions & 1 deletion Makefile.common
Expand Up @@ -160,7 +160,6 @@ endif

ifeq ($(HAVE_LIGHTREC), 1)
FLAGS += -DHAVE_LIGHTREC
FLAGS += -DHAVE_MMAP

ifeq ($(LIGHTREC_LOG_LEVEL),)
FLAGS += -DLOG_LEVEL=3 \
Expand Down

0 comments on commit 3012b97

Please sign in to comment.