mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 23:15:05 +00:00
Update
This commit is contained in:
parent
d57b111f0e
commit
fa1418d37b
@ -22,7 +22,7 @@ bool loadBootProperties(BootProperties& properties) {
|
|||||||
})) {
|
})) {
|
||||||
TT_LOG_E(TAG, "Failed to load %s", PROPERTIES_FILE);
|
TT_LOG_E(TAG, "Failed to load %s", PROPERTIES_FILE);
|
||||||
return false;
|
return false;
|
||||||
};
|
}
|
||||||
|
|
||||||
return !properties.launcherAppId.empty();
|
return !properties.launcherAppId.empty();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
namespace tt::file {
|
namespace tt::file {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user