File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ namespace RE
4949 }
5050
5151 bool LoadMovieEx (
52- IMenu& a_menu,
53- std::string_view a_filePath,
54- std::string_view a_menuObjPath = " " sv,
55- ScaleModeType a_scaleMode = ScaleModeType::kShowAll ,
56- float a_backgroundAlpha = 0 .0F );
52+ IMenu& a_menu,
53+ std::string_view a_filePath,
54+ std::string_view a_menuObjPath = " " sv,
55+ ScaleModeType a_scaleMode = ScaleModeType::kShowAll ,
56+ float a_backgroundAlpha = 0 .0F );
5757
5858 // members
5959 Scaleform::GFx::Loader* loader; // 10
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ namespace Scaleform
162162 if (mem) { \
163163 return mem; \
164164 } else { \
165- REX::FAIL (" out of memory" sv); \
165+ REX::FAIL (" out of memory" sv); \
166166 } \
167167 } \
168168 \
@@ -172,7 +172,7 @@ namespace Scaleform
172172 if (mem) { \
173173 return mem; \
174174 } else { \
175- REX::FAIL (" out of memory" sv); \
175+ REX::FAIL (" out of memory" sv); \
176176 } \
177177 } \
178178 \
@@ -182,7 +182,7 @@ namespace Scaleform
182182 if (mem) { \
183183 return mem; \
184184 } else { \
185- REX::FAIL (" out of memory" sv); \
185+ REX::FAIL (" out of memory" sv); \
186186 } \
187187 } \
188188 \
@@ -192,7 +192,7 @@ namespace Scaleform
192192 if (mem) { \
193193 return mem; \
194194 } else { \
195- REX::FAIL (" out of memory" sv); \
195+ REX::FAIL (" out of memory" sv); \
196196 } \
197197 } \
198198 \
Original file line number Diff line number Diff line change 77#include " REX/W32/OLE32.h"
88#include " REX/W32/SHELL32.h"
99
10- #include < spdlog/spdlog.h>
1110#include < spdlog/sinks/basic_file_sink.h>
1211#include < spdlog/sinks/msvc_sink.h>
12+ #include < spdlog/spdlog.h>
1313
1414namespace F4SE
1515{
Original file line number Diff line number Diff line change 1010namespace RE
1111{
1212 bool BSScaleformManager::LoadMovieEx (
13- IMenu& a_menu,
14- std::string_view a_filePath,
15- std::string_view a_menuObjPath,
16- ScaleModeType a_scaleMode,
17- float a_backgroundAlpha)
13+ IMenu& a_menu,
14+ std::string_view a_filePath,
15+ std::string_view a_menuObjPath,
16+ ScaleModeType a_scaleMode,
17+ float a_backgroundAlpha)
1818 {
1919 static REL::Relocation<SettingT<INISettingCollection>*> fileUncacheOnMenuOpen{ ID::BSScaleformManager::FileUncacheOnMenuOpen };
2020 if (fileUncacheOnMenuOpen && fileUncacheOnMenuOpen->GetBinary ()) {
You can’t perform that action at this time.
0 commit comments