Skip to content
Snippets Groups Projects
Commit d665fe27 authored by Jumbo Jiang's avatar Jumbo Jiang
Browse files

资源索引数据类型更新

parent 32e820fa
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@ extern "C" {
typedef struct __attribute__((__packed__)) osu_song_t {
char magic[4]; // 0 - 3
uint16_t cover_begin, cover_len; // 4 - 7
uint16_t audio_begin, audio_len; // 8 - 11
uint16_t beatmap_begin, beatmap_len; // 12 - 15
uint32_t cover_begin, cover_len; // 4 - 7
uint32_t audio_begin, audio_len; // 8 - 11
uint32_t beatmap_begin, beatmap_len; // 12 - 15
int16_t difficulty; // 16 - 17
int16_t hp_drain; // 18 - 19
int16_t circle_size; // 20 - 21
......@@ -43,7 +43,7 @@ extern "C" {
uint16_t audio_leadin; // 64 - 65
uint16_t stack_leniency; // 66 - 67
char _padding[252]; // 68 - 319
char _padding[246]; // 68 - 319
char title[64]; // 320 - 383
char artist[64]; // 384 - 447
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment