Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetroAchievements/RALibretro
/ functions
Functions
1,101 in github.com/RetroAchievements/RALibretro
⨍
Functions
1,101
◇
Types & classes
329
Method
s_getOption
src/components/Config.cpp:978
Method
s_getPad
src/components/Input.cpp:831
Method
s_getProcAddress
src/libretro/Core.cpp:2295
Function
s_getRotateOptions
src/components/Video.cpp:753
Function
s_getSaveIntervalOptions
src/States.cpp:974
Function
s_getSramPathOptions
src/States.cpp:954
Function
s_getStatePathOptions
src/States.cpp:964
Method
s_getType
src/components/Input.cpp:819
Method
s_inputPollCallback
src/libretro/Core.cpp:2285
Method
s_inputStateCallback
src/libretro/Core.cpp:2280
Method
s_logCallback
src/libretro/Core.cpp:2300
Function
s_onRotationChanged
src/Application.cpp:64
Method
s_openMic
src/libretro/Core.cpp:2329
Method
s_readMic
src/libretro/Core.cpp:2354
Method
s_setLEDState
src/libretro/Core.cpp:2324
Method
s_setMicState
src/libretro/Core.cpp:2349
Method
s_setRumbleCallback
src/libretro/Core.cpp:2314
Method
s_videoRefreshCallback
src/libretro/Core.cpp:2265
Method
sanitizeFileName
src/Util.cpp:586
Function
saturate_32bit_to_16bit
src/speex/resample_neon.h:43
Function
saturate_float_to_16bit
src/speex/resample_neon.h:126
Method
saveConfiguration
src/Application.cpp:635
Method
saveFile
src/Util.cpp:290
Method
saveFileDialog
src/Util.cpp:673
Method
saveImage
src/Util.cpp:813
Method
saveState
src/States.cpp:175
Method
saveState
src/Application.cpp:1848
Method
screenshot
src/Application.cpp:1959
Method
serialize
src/components/Input.cpp:765
Method
serialize
src/components/Config.cpp:367
Method
serialize
src/libretro/BareCore.cpp:255
Method
serializeRecentList
src/Application.cpp:2234
Method
serializeSettings
src/components/Video.cpp:701
Method
serializeSize
src/libretro/BareCore.cpp:247
Method
setBackgroundInput
src/components/Config.h:53
Method
setBackgroundInput
src/libretro/Core.cpp:138
Method
setContentInfoOverride
src/libretro/Core.cpp:1133
Method
setControllerInfo
src/components/Input.cpp:378
Method
setControllerInfo
src/libretro/Core.cpp:336
Method
setControllerInfo
src/libretro/Core.cpp:1488
Method
setCoreOptions
src/libretro/Core.cpp:1748
Method
setCoreOptionsDisplay
src/libretro/Core.cpp:1794
Method
setCoreOptionsIntl
src/libretro/Core.cpp:1763
Method
setCoreOptionsUpdateDisplayCallback
src/libretro/Core.cpp:1800
Method
setCoreOptionsV2
src/libretro/Core.cpp:1768
Method
setCoreOptionsV2Intl
src/libretro/Core.cpp:1789
Method
setDiskControlExtInterface
src/libretro/Core.cpp:866
Method
setDiskControlInterface
src/libretro/Core.cpp:850
Method
setEnabled
src/components/Video.cpp:169
Method
setFastForwarding
src/libretro/Core.cpp:148
Method
setGeometry
src/components/Video.cpp:283
Method
setGeometry
src/libretro/Core.cpp:201
Method
setHWRender
src/libretro/Core.cpp:1193
Method
setInputDescriptors
src/components/Input.cpp:346
Method
setInputDescriptors
src/libretro/Core.cpp:325
Method
setInputDescriptors
src/libretro/Core.cpp:794
Method
setKeyboardCallback
src/components/Input.cpp:370
Method
setKeyboardCallback
src/libretro/Core.cpp:331
Method
setLogLevel
src/libretro/Components.h:66
Method
setMemoryMaps
src/libretro/Core.cpp:1569
Method
setMessage
src/libretro/Core.cpp:744
Method
setMicState
src/components/Microphone.cpp:228
Method
setOptions
src/components/Config.cpp:205
Method
setPerformanceLevel
src/libretro/Core.cpp:762
Method
setPixelFormat
src/libretro/Core.cpp:775
Method
setRate
src/components/Audio.cpp:163
Method
setRotation
src/components/Video.cpp:798
Method
setRotation
src/libretro/Core.cpp:252
Method
setRumble
src/components/Input.cpp:445
Method
setRumble
src/libretro/Core.cpp:353
Method
setShowSpeedIndicator
src/components/Config.h:62
Method
setShowSpeedIndicator
src/libretro/Core.cpp:168
Method
setSubsystemInfo
src/libretro/Core.cpp:1383
Method
setSupportAchievements
src/libretro/Core.cpp:1721
Method
setSupportNoGame
src/libretro/Core.cpp:1268
Method
setSystemAVInfo
src/libretro/Core.cpp:1316
Method
setUpdateDisplayCallback
src/components/Config.cpp:330
Method
setVariableDisplay
src/components/Config.cpp:315
Method
setVariables
src/components/Config.cpp:128
Method
setVariables
src/libretro/Core.cpp:91
Method
shaderSource
src/Gl.cpp:359
Method
showDialog
src/components/Video.cpp:765
Method
showDialog
src/components/Config.cpp:755
Method
showSpeedIndicator
src/libretro/Core.cpp:247
Method
skip
src/components/Logger.h:51
Function
speex_resampler_get_input_latency
src/speex/resample.c:1163
Function
speex_resampler_get_input_stride
src/speex/resample.c:1148
Function
speex_resampler_get_output_latency
src/speex/resample.c:1168
Function
speex_resampler_get_output_stride
src/speex/resample.c:1158
Function
speex_resampler_get_quality
src/speex/resample.c:1138
Function
speex_resampler_get_rate
src/speex/resample.c:1075
Function
speex_resampler_get_ratio
src/speex/resample.c:1120
Function
speex_resampler_process_interleaved_float
src/speex/resample.c:1024
Function
speex_resampler_process_interleaved_int
src/speex/resample.c:1047
Function
speex_resampler_reset_mem
src/speex/resample.c:1181
Function
speex_resampler_set_rate
src/speex/resample.c:1070
Function
speex_resampler_skip_zeros
src/speex/resample.c:1173
Method
stateName
src/Fsm.cpp:7
Function
stbi__YCbCr_to_RGB_row
src/stb_image.h:3368
Function
stbi__YCbCr_to_RGB_simd
src/stb_image.h:3394
← previous
next →
901–1,000 of 1,101, ranked by callers