significant work on Pause component (not ready yet, but feel free to test)
This commit is contained in:
@@ -97,6 +97,18 @@ constexpr uint64_t CURRENT_SONG_ID_ADDRESS = 0x0000000140CDD8E0;
|
||||
constexpr uint64_t SELPV_CURRENT_SONG_ADDRESS = 0x000000014CC12438;
|
||||
constexpr uint64_t SONG_CLEAR_COUNTS_ADDRESS = 0x00000001411A95E8;
|
||||
|
||||
constexpr uint64_t AUDIO_MAIN_CLASS_ADDRESS = 0x000000014CC61120;
|
||||
|
||||
constexpr uint64_t DSC_TIME_ADDRESS = 0x0000000140D0B518;
|
||||
constexpr uint64_t DSC_START_FROM_TIME_ADDRESS = 0x0000000140D0B540;
|
||||
constexpr uint64_t DSC_START_SYS_TIME_ADDRESS = 0x0000000140D0B548;
|
||||
constexpr uint64_t DSC_TIME_ADDRESS_2 = 0x0000000140D0B520;
|
||||
constexpr uint64_t DSC_START_FROM_TIME_ADDRESS_2 = 0x0000000140D0B560;
|
||||
constexpr uint64_t DSC_START_SYS_TIME_ADDRESS_2 = 0x0000000140D0B568;
|
||||
|
||||
constexpr uint64_t DSC_PAUSE_FUNC_ADDRESS = 0x00000001401295C0;
|
||||
constexpr uint64_t DSC_UNPAUSE_FUNC_ADDRESS = 0x0000000140129590;
|
||||
|
||||
#define XINPUT_A 0x00
|
||||
#define XINPUT_B 0x01
|
||||
#define XINPUT_X 0x02
|
||||
|
||||
Reference in New Issue
Block a user