Skip to content

Commit

Permalink
Add missing symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Jun 3, 2024
1 parent 6d28e3e commit 83584cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starboard/elf_loader/exported_symbols.cc
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ ExportedSymbols::ExportedSymbols() {
#endif // SB_API_VERSION < 16
#if SB_API_VERSION >= 16
REGISTER_SYMBOL(kSbCanMapExecutableMemory);
REGISTER_SYMBOL(kHasPartialAudioFramesSupport);
#endif
REGISTER_SYMBOL(SbAccessibilityGetCaptionSettings);
REGISTER_SYMBOL(SbAccessibilityGetDisplaySettings);
Expand Down

0 comments on commit 83584cd

Please sign in to comment.