Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osu-fpga
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fang Lu
osu-fpga
Commits
d665fe27
Commit
d665fe27
authored
7 years ago
by
Jumbo Jiang
Browse files
Options
Downloads
Patches
Plain Diff
资源索引数据类型更新
parent
32e820fa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
osufs/osufs/osufs.h
+4
-4
4 additions, 4 deletions
osufs/osufs/osufs.h
with
4 additions
and
4 deletions
osufs/osufs/osufs.h
+
4
−
4
View file @
d665fe27
...
...
@@ -27,9 +27,9 @@ extern "C" {
typedef
struct
__attribute__
((
__packed__
))
osu_song_t
{
char
magic
[
4
];
// 0 - 3
uint
16
_t
cover_begin
,
cover_len
;
// 4 - 7
uint
16
_t
audio_begin
,
audio_len
;
// 8 - 11
uint
16
_t
beatmap_begin
,
beatmap_len
;
// 12 - 15
uint
32
_t
cover_begin
,
cover_len
;
// 4 - 7
uint
32
_t
audio_begin
,
audio_len
;
// 8 - 11
uint
32
_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
[
2
52
];
// 68 - 319
char
_padding
[
2
46
];
// 68 - 319
char
title
[
64
];
// 320 - 383
char
artist
[
64
];
// 384 - 447
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment