mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 01:10:54 -05:00
misc: Replace "" with string.Empty.
This commit is contained in:
@@ -89,7 +89,7 @@ namespace Ryujinx.HLE.Loaders.Processes.Extensions
|
||||
Logger.Warning?.Print(LogClass.Ptc, "Detected unsupported ExeFs modifications. PTC disabled.");
|
||||
}
|
||||
|
||||
string programName = "";
|
||||
string programName = string.Empty;
|
||||
|
||||
if (!isHomebrew && programId > 0x010000000000FFFF)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user