Skip to content

Commit

Permalink
Add a crash handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Andon M. Coleman authored Jun 12, 2016
1 parent 5908a07 commit 89a32e5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions plugin_ds3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ extern void
__stdcall
SK_SetPluginName (std::wstring name);

#define SUS_VERSION_NUM L"0.3.0"
#define SUS_VERSION_NUM L"0.3.2"
#define SUS_VERSION_STR L"Souls Unsqueezed v " SUS_VERSION_NUM

LPVOID __SK_base_img_addr = nullptr;
Expand Down Expand Up @@ -826,7 +826,14 @@ SK_DS3_InitPlugin (void)
L"SUS.System",
L"LastKnownAddr" );


#if 0
sk::ParameterStringW ini_ver =
static_cast <sk::ParameterStringW *>
(ds3_factory.create_parameter <std::wstring> (L"Last Version"));
ds3_last_addr->register_to_ini ( ds3_prefs,
L"SUS.System",
L"Version" );
#endif

ds3_dump_textures =
static_cast <sk::ParameterBool *>
Expand Down

0 comments on commit 89a32e5

Please sign in to comment.