Skip to content

Commit

Permalink
fix: miss commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Jan 27, 2025
1 parent 2578a55 commit a2cd432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/maa/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var (
MaaResourceLoaded func(res uintptr) bool
MaaResourceSetOption func(res uintptr, key MaaResOption, value unsafe.Pointer, valSize uint64) bool
MaaResourceGetHash func(res uintptr, buffer uintptr) bool
MaaResourceGetTaskList func(res uintptr, buffer uintptr) bool
MaaResourceGetNodeList func(res uintptr, buffer uintptr) bool
)

// MaaAdbScreencapMethod
Expand Down Expand Up @@ -439,7 +439,7 @@ func init() {
purego.RegisterLibFunc(&MaaResourceLoaded, maaFramework, "MaaResourceLoaded")
purego.RegisterLibFunc(&MaaResourceSetOption, maaFramework, "MaaResourceSetOption")
purego.RegisterLibFunc(&MaaResourceGetHash, maaFramework, "MaaResourceGetHash")
purego.RegisterLibFunc(&MaaResourceGetTaskList, maaFramework, "MaaResourceGetTaskList")
purego.RegisterLibFunc(&MaaResourceGetNodeList, maaFramework, "MaaResourceGetNodeList")
// Controller
purego.RegisterLibFunc(&MaaAdbControllerCreate, maaFramework, "MaaAdbControllerCreate")
purego.RegisterLibFunc(&MaaWin32ControllerCreate, maaFramework, "MaaWin32ControllerCreate")
Expand Down

0 comments on commit a2cd432

Please sign in to comment.