Skip to content

Commit

Permalink
Moved optional procmon csv directory location to ./procmon_csv/{gameid}
Browse files Browse the repository at this point in the history
  • Loading branch information
kk49 committed Apr 13, 2019
1 parent 76ca478 commit 0cf0446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deca/ff_vfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ def find_vpath_procmon_file(self, vpath_map):
self.logger.log('STRINGS FROM HASH FROM PROCMON: Total {} strings'.format(len(custom_strings)))

def find_vpath_procmon_dir(self, vpath_map):
path_name = './resources/{}/procmon_csv'.format(self.game_info.game_id)
path_name = './procmon_csv/{}'.format(self.game_info.game_id)
custom_strings = set()

if os.path.isdir(path_name):
Expand Down

0 comments on commit 0cf0446

Please sign in to comment.