MCPcopy Create free account

hub / github.com/JesseTG/melonds-ds / functions

Functions842 in github.com/JesseTG/melonds-ds

MethodCursorMoved
src/libretro/input/pointer.hpp:42
MethodCursorTimeout
src/libretro/config/config.hpp:279
MethodCursorVisible
src/libretro/input/input.hpp:66
MethodCustomizeFirmware
src/libretro/config/console.cpp:952
MethodCustomizeNAND
src/libretro/config/console.cpp:1186
MethodCycleLayoutPressed
src/libretro/input/joypad.hpp:57
MethodData
src/libretro/net/mp.hpp:45
MethodDldiEnable
src/libretro/config/config.hpp:195
MethodDldiImageSize
src/libretro/config/config.hpp:213
MethodDldiReadOnly
src/libretro/config/config.hpp:205
MethodDownloadTmd
src/libretro/config/console.cpp:695
MethodDrawBottomScreen
src/libretro/message/error.cpp:126
MethodDrawCursor
src/libretro/render/software.cpp:135
MethodDrawTopScreen
src/libretro/message/error.cpp:81
MethodDsiSdCardArgs
src/libretro/config/config.hpp:244
MethodDynamicLibrary_Load
src/libretro/platform/lan.cpp:38
MethodDynamicLibrary_LoadFunction
src/libretro/platform/lan.cpp:48
MethodDynamicLibrary_Unload
src/libretro/platform/lan.cpp:43
MethodErrorScreen
src/libretro/message/error.hpp:36
MethodErrorScreen
I intentionally fix the error message to the DS screen size to simplify the layout.
src/libretro/message/error.cpp:45
MethodExportDsiwareSaveData
src/libretro/core/core.cpp:636
MethodFileExists
src/libretro/platform/file.cpp:145
MethodFileFlush
src/libretro/platform/file.cpp:251
MethodFileLength
src/libretro/platform/file.cpp:284
MethodFileRead
src/libretro/platform/file.cpp:235
MethodFileReadLine
src/libretro/platform/file.cpp:210
MethodFileRewind
src/libretro/platform/file.cpp:228
MethodFileSeek
src/libretro/platform/file.cpp:219
MethodFileWrite
src/libretro/platform/file.cpp:260
MethodFileWriteFormatted
src/libretro/platform/file.cpp:271
MethodFlushFirmware
src/libretro/core/tasks.cpp:139
MethodFlushFirmwareTask
src/libretro/core/tasks.cpp:263
MethodFlushGbaSram
src/libretro/core/tasks.cpp:239
MethodFlushGbaSramTask
This task keeps running for the lifetime of the task queue.
src/libretro/core/tasks.cpp:211
FunctionFrameTimeCallback
src/libretro/environment.cpp:776
MethodFreeTask
src/libretro/retro/task_queue.cpp:221
MethodGameInfo
src/libretro/retro/info.cpp:22
MethodGetCachedTmd
src/libretro/config/console.cpp:650
MethodGetDSiArgs
src/libretro/config/console.cpp:317
MethodGetDsiwareSaveDataHostPath
src/libretro/config/console.cpp:822
MethodGetError
src/libretro/retro/task_queue.cpp:266
MethodGetGameName
src/libretro/utils.cpp:23
MethodGetHybridScreenMatrix
src/libretro/screenlayout.cpp:188
MethodGetMeta
src/libretro/retro/info.hpp:39
MethodGetMicButtonMode
src/libretro/microphone.hpp:46
MethodGetMicInputMode
src/libretro/microphone.hpp:43
MethodGetNdsArgs
First, load the system files Then, validate the system files Then, fall back to other system files if needed and possible If fallback is needed and no
src/libretro/config/console.cpp:164
MethodGetNetworkMode
src/libretro/net/net.cpp:251
MethodGetParams
src/libretro/retro/microphone.cpp:55
MethodGetRetroProcAddress
src/libretro/core/test.cpp:227
MethodGetScalerType
src/libretro/retro/scaler.hpp:33
MethodGetTmdPath
src/libretro/config/console.cpp:628
MethodGetTopScreenMatrix
src/libretro/screenlayout.cpp:138
MethodGetUsername
src/libretro/config/console.cpp:1113
MethodHardwareContextDestroyed
src/libretro/libretro.cpp:295
MethodHardwareContextReset
src/libretro/libretro.cpp:270
MethodHttpConnection
src/libretro/retro/http.hpp:31
MethodHttpConnection
src/libretro/retro/http.cpp:24
MethodHybridRatio
src/libretro/screenlayout.hpp:181
MethodIdentifier
src/libretro/retro/task_queue.hpp:110
MethodImportDsiwareSaveData
src/libretro/config/console.cpp:786
MethodInHeight
src/libretro/retro/scaler.hpp:42
MethodInStride
src/libretro/retro/scaler.hpp:43
MethodInWidth
src/libretro/retro/scaler.hpp:41
MethodInitContent
src/libretro/core/core.cpp:714
MethodInitErrorScreen
src/libretro/core/core.cpp:326
MethodInitFlushFirmwareTask
src/libretro/core/core.cpp:481
MethodInitFrameState
src/libretro/render/opengl.cpp:483
MethodInitNdsSave
Does not load the NDS SRAM, since retro_get_memory is used for that. But it will allocate the SRAM buffer
src/libretro/sram.cpp:100
MethodInitVertices
src/libretro/render/opengl.cpp:508
MethodInstallDsiware
src/libretro/config/console.cpp:581
MethodInstallNdsSram
src/libretro/core/core.cpp:354
MethodIsAdapterAcceptable
src/libretro/net/net.cpp:35
MethodIsCursorInputInBounds
src/libretro/input/cursor.cpp:218
MethodIsDsiNandImage
We verify the filesize of the NAND image and the presence of the no$gba footer (since melonDS needs it)
src/libretro/config/constants.cpp:44
MethodIsEndOfFile
Returns true if there is no more data left to read in this file.
src/libretro/platform/file.cpp:201
MethodIsFirmwareImage
src/libretro/config/constants.cpp:102
MethodIsLayoutRotated
src/libretro/screenlayout.hpp:158
MethodIsTouching
src/libretro/input/joypad.hpp:62
MethodIsTouching
src/libretro/input/pointer.hpp:40
MethodIsTouching
src/libretro/input/input.hpp:67
MethodLastPointerUpdate
src/libretro/input/pointer.hpp:38
MethodLoadBios
src/libretro/config/console.cpp:857
MethodLoadDSiSDCardImage
src/libretro/config/console.cpp:1314
MethodLoadFirmware
Loads firmware, does not patch it.
src/libretro/config/console.cpp:906
MethodLoadGbaCart
src/libretro/config/console.cpp:485
MethodLoadGbaSram
src/libretro/config/console.cpp:520
MethodLoadNANDImage
Loads the DSi NAND, does not patch it
src/libretro/config/console.cpp:1169
MethodLoadNdsCart
src/libretro/config/console.cpp:442
MethodLocalFileExists
src/libretro/platform/file.cpp:150
MethodLog
src/libretro/platform/platform.cpp:76
MethodLuxReading
src/libretro/input/solar.hpp:45
MethodMP_Begin
Not much we can do in Begin and End
src/libretro/platform/mp.cpp:89
MethodMP_End
src/libretro/platform/mp.cpp:93
MethodMP_RecvHostPacket
src/libretro/libretro.cpp:383
MethodMP_RecvPacket
src/libretro/libretro.cpp:358
MethodMP_RecvReplies
src/libretro/libretro.cpp:388
MethodMP_SendAck
src/libretro/libretro.cpp:379
MethodMP_SendCmd
src/libretro/libretro.cpp:363
MethodMP_SendPacket
src/libretro/libretro.cpp:354
← previousnext →401–500 of 842, ranked by callers