Skip to content

Commit

Permalink
Destiny: Include filefinder.h to work on emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
drxgb authored Nov 18, 2024
1 parent b4285ea commit c079b72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/game_destiny.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

// Headers
#include "game_destiny.h"
#include "filefinder.h"

#ifndef EMSCRIPTEN
#include "exe_reader.h"
Expand Down Expand Up @@ -75,7 +76,7 @@ void Game_Destiny::Load()
#else
// TODO [XGB]: Find to manage Destiny initialization parameters on Emscripten
dllVersion = 0x20000;
language = ENGLISH;
language = Destiny::Language::ENGLISH;
gameVersion = 0x20000107;
extra = 0x01;
dwordSize = floatSize = stringSize = 0x64;
Expand Down

0 comments on commit c079b72

Please sign in to comment.