mirror of
https://github.com/libretro/stella2023.git
synced 2024-11-27 02:40:37 +00:00
Fix ROM dir for profiling.
This commit is contained in:
parent
006c7c62d6
commit
9a9bfe097b
2
Makefile
2
Makefile
@ -96,7 +96,7 @@ EXECUTABLE := stella$(EXEEXT)
|
||||
EXECUTABLE_PROFILE_GENERATE := stella-pgo-generate$(EXEEXT)
|
||||
EXECUTABLE_PROFILE_USE := stella-pgo$(EXEEXT)
|
||||
|
||||
PROFILE_DIR = $(CURDIR)/profile
|
||||
PROFILE_DIR = $(CURDIR)/test/roms/profile
|
||||
PROFILE_OUT = $(PROFILE_DIR)/out
|
||||
PROFILE_STAMP = profile.stamp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user