mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 19:55:46 +00:00
Fix logfilereader not detecting games (#40)
This commit is contained in:
parent
3a0230259a
commit
20a7d0506c
|
@ -420,7 +420,7 @@ class LogFileReader(Cog):
|
|||
try:
|
||||
self.embed["game_info"]["game_name"] = (
|
||||
re.search(
|
||||
r"Loader LoadNca: Application Loaded:\s([^;\n\r]*)",
|
||||
r"Loader [A-Za-z]*: Application Loaded:\s([^;\n\r]*)",
|
||||
log_file,
|
||||
re.MULTILINE,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue