mirror of
https://codeberg.org/Nixietab/EOSSDK-Holos.git
synced 2026-08-21 20:23:28 -04:00
Removed redundant log
This commit is contained in:
parent
cad6605174
commit
441c2d0804
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
|
@ -2258,7 +2258,7 @@ __declspec(dllexport) void EOS_PlayerDataStorage_QueryFile(
|
||||||
EOS_HPlayerDataStorage Handle, const EOS_PlayerDataStorage_QueryFileOptions* Options,
|
EOS_HPlayerDataStorage Handle, const EOS_PlayerDataStorage_QueryFileOptions* Options,
|
||||||
void* ClientData, const EOS_PlayerDataStorage_OnQueryFileCompleteCallback CompletionCallback) {
|
void* ClientData, const EOS_PlayerDataStorage_OnQueryFileCompleteCallback CompletionCallback) {
|
||||||
const char* fname = (Options && Options->Filename) ? Options->Filename : "(null)";
|
const char* fname = (Options && Options->Filename) ? Options->Filename : "(null)";
|
||||||
Log("[Proxy] EOS_PlayerDataStorage_QueryFile called file=%s (answered locally, not forwarded to real SDK)", fname);
|
Log("[Proxy] EOS_PlayerDataStorage_QueryFile called file=%s", fname);
|
||||||
if (CompletionCallback) {
|
if (CompletionCallback) {
|
||||||
EOS_PlayerDataStorage_QueryFileCallbackInfo info = {0};
|
EOS_PlayerDataStorage_QueryFileCallbackInfo info = {0};
|
||||||
info.ResultCode = EOS_NotFound; // no real cloud backend -- behave like an empty save slot
|
info.ResultCode = EOS_NotFound; // no real cloud backend -- behave like an empty save slot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue