mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +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);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
return !properties.launcherAppId.empty();
|
||||
}
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
|
||||
#include <cstring>
|
||||
#include <fstream>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace tt::file {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user