mirror of https://github.com/PCSX2/pcsx2.git
parent
fdb170b443
commit
7c1bf15618
|
@ -38,7 +38,7 @@ for filename in all_source_files:
|
|||
data = f.read()
|
||||
except:
|
||||
continue
|
||||
|
||||
|
||||
tokens = tokens.union(set(re.findall("(ICON_FA_[a-zA-Z0-9_]+)", data)))
|
||||
|
||||
print("{} tokens found.".format(len(tokens)))
|
||||
|
|
Loading…
Reference in New Issue