mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 09:59:39 -04:00
FS: Fix port name (old port name was based on an unaligned memory read).
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
* @return Port name of service
|
||||
*/
|
||||
const char *GetPortName() const {
|
||||
return "Ufs:";
|
||||
return "fs:USER";
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user