Remove the mmap usage. Do not use memory buffer to hold the whole file.

This commit is contained in:
codestation
2014-01-05 00:41:22 -04:30
parent 9784332bae
commit a0d9e03d17
4 changed files with 79 additions and 37 deletions

View File

@@ -25,7 +25,7 @@
class DeviceCapability
{
public:
explicit DeviceCapability() {}
explicit DeviceCapability();
~DeviceCapability();
bool exchangeInfo(vita_device_t *device);