Skip to content

Commit

Permalink
Changed symbol file extension to cpu.sym
Browse files Browse the repository at this point in the history
  • Loading branch information
Optiroc committed Jan 26, 2018
1 parent 2ed1a07 commit 64825b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
**/.build_libsfx
examples/**/*.sfc
examples/**/*.sym
examples/**/*.dsym
examples/**/*.cpu.sym
examples/**/*.smp.sym
examples/**/*.dmap
examples/**/*.dnfo
examples/**/*.srm
examples/**/*.bin
tests/**/*.sfc
Expand Down
2 changes: 1 addition & 1 deletion libSFX.make
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ make_bp := $(libsfx_bin)/make_breakpoints
rwildcard = $(strip $(filter $(if $2,$2,%),$(foreach f,$(wildcard $1*),$(eval t = $(call rwildcard,$f/)) $(if $t,$t,$f))))

# File extensions
debug_sym_ext := sym
debug_sym_ext := cpu.sym
debug_map_ext := dmap
debug_nfo_ext := dnfo

Expand Down

0 comments on commit 64825b7

Please sign in to comment.