Skip to content

Commit

Permalink
Merge pull request #1830 from sanomari/feature/refactoring_of_getinipath
Browse files Browse the repository at this point in the history
Revert change at #1512 partially
  • Loading branch information
sanomari authored May 2, 2022
2 parents 9d32b54 + 50443a0 commit e3139d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sakura_core/config/system_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
-- バージョン1000以降を本家統合までの間、使わせてください。かなり頻繁に構成が変更されると思われるので。by kobake 2008.03.02
*/
constexpr unsigned N_SHAREDATA_VERSION = 177;
#define N_SHAREDATA_VERSION 177
#define STR_SHAREDATA_VERSION NUM_TO_STR(N_SHAREDATA_VERSION)
#define GSTR_SHAREDATA (L"SakuraShareData" _T(CON_SKR_MACHINE_SUFFIX_) _T(_CODE_SUFFIX_) _T(_DEBUG_SUFFIX_) _T(STR_SHAREDATA_VERSION))

Expand Down

0 comments on commit e3139d5

Please sign in to comment.