mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-24 02:29:20 +01:00
FS: Fix port name (old port name was based on an unaligned memory read).
This commit is contained in:
parent
2b52ec4829
commit
81fa804b3c
@ -24,7 +24,7 @@ public:
|
||||
* @return Port name of service
|
||||
*/
|
||||
const char *GetPortName() const {
|
||||
return "Ufs:";
|
||||
return "fs:USER";
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user