mirror of
https://github.com/libretro/go-nanoarch.git
synced 2024-11-23 16:29:45 +00:00
More debug messages
This commit is contained in:
parent
2ec4e75b1d
commit
9b9e4e7aae
@ -71,11 +71,13 @@ func videoSetPixelFormat(format uint32) C.bool {
|
||||
//export coreVideoRefresh
|
||||
func coreVideoRefresh(data unsafe.Pointer, width C.unsigned, height C.unsigned, pitch C.size_t) {
|
||||
//TODO
|
||||
fmt.Printf("coreVideoRefresh: %v %v\n", width, height)
|
||||
}
|
||||
|
||||
//export coreInputPoll
|
||||
func coreInputPoll() {
|
||||
//TODO
|
||||
fmt.Printf("coreInputPoll\n")
|
||||
}
|
||||
|
||||
//export coreEnvironment
|
||||
|
Loading…
Reference in New Issue
Block a user