Remove the mmap usage. Do not use memory buffer to hold the whole file.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
class DeviceCapability
|
||||
{
|
||||
public:
|
||||
explicit DeviceCapability() {}
|
||||
explicit DeviceCapability();
|
||||
~DeviceCapability();
|
||||
bool exchangeInfo(vita_device_t *device);
|
||||
|
||||
|
Reference in New Issue
Block a user