Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citron-neo/emulator
/ functions
Functions
24,740 in github.com/citron-neo/emulator
⨍
Functions
24,740
◇
Types & classes
8,638
↓ 7 callers
Function
IsPixelFormatInteger
src/video_core/surface.cpp:343
↓ 7 callers
Method
IsShuttingDown
src/core/core.cpp:692
↓ 7 callers
Method
IsShuttingDown
src/core/hle/kernel/kernel.cpp:1272
↓ 7 callers
Method
IsTipc
src/core/hle/service/hle_ipc.h:220
↓ 7 callers
Function
IsUncPath
src/core/file_sys/fs_path_utility.h:121
↓ 7 callers
Method
LinkToDeferredList
src/core/hle/service/server_manager.cpp:253
↓ 7 callers
Method
LinkToMultiWait
src/core/hle/service/os/multi_wait_holder.cpp:9
↓ 7 callers
Function
LoadStorage
src/shader_recompiler/backend/spirv/emit_spirv_memory.cpp:41
↓ 7 callers
Method
LoadString
* Converts the given value to the Setting's type of value. Uses SetValue to enter the setting, * thus respecting its constraints. * * @
src/common/settings_setting.h:180
↓ 7 callers
Method
Lock
src/core/hle/kernel/k_spin_lock.cpp:8
↓ 7 callers
Method
Map
src/core/hle/service/nvdrv/core/heap_mapper.cpp:41
↓ 7 callers
Method
MapPageGroup
src/core/hle/kernel/k_page_table_base.cpp:2864
↓ 7 callers
Method
NotifySegment
src/video_core/query_cache/query_cache.h:368
↓ 7 callers
Method
OpenDirectory
src/core/file_sys/vfs/vfs.cpp:104
↓ 7 callers
Function
PackBFTTF
src/core/file_sys/system_archive/shared_font.cpp:19
↓ 7 callers
Method
PackUint2x32
src/shader_recompiler/frontend/ir/ir_emitter.cpp:736
↓ 7 callers
Function
Proc
src/video_core/vulkan_common/vulkan_wrapper.cpp:69
↓ 7 callers
Function
RB_IS_BLACK
src/common/tree.h:194
↓ 7 callers
Method
Read
src/core/hle/service/nvnflinger/parcel.h:34
↓ 7 callers
Method
Read
src/audio_core/renderer/effect/delay.h:57
↓ 7 callers
Method
ReleaseFences
src/video_core/renderer_null/null_rasterizer.cpp:78
↓ 7 callers
Method
RemoveWaiter
src/core/hle/kernel/k_thread.cpp:1072
↓ 7 callers
Method
ResetCFlag
src/shader_recompiler/frontend/maxwell/translate/impl/impl.cpp:263
↓ 7 callers
Method
ResetOFlag
src/shader_recompiler/frontend/maxwell/translate/impl/impl.cpp:267
↓ 7 callers
Method
Save
src/citron/custom_metadata.cpp:71
↓ 7 callers
Method
SaveAllValues
src/citron_cmd/sdl_config.cpp:67
↓ 7 callers
Function
SaveToFile
src/core/reporter.cpp:44
↓ 7 callers
Method
ScheduleEvent
src/core/core_timing.cpp:111
↓ 7 callers
Function
SetColorConsoleBackendEnabled
src/common/logging.cpp:461
↓ 7 callers
Method
SetConfig
src/core/hle/service/spl/spl_module.cpp:59
↓ 7 callers
Function
SetCurrentThreadPriority
src/common/thread.cpp:35
↓ 7 callers
Method
SetDefinition
src/shader_recompiler/frontend/ir/value.h:208
↓ 7 callers
Method
SetMotionParam
src/hid_core/frontend/emulated_console.cpp:157
↓ 7 callers
Function
SetNext
src/video_core/vulkan_common/vulkan_device.cpp:94
↓ 7 callers
Method
SetNext
src/core/hle/kernel/k_page_group.h:87
↓ 7 callers
Method
SetScissor
src/video_core/vulkan_common/vulkan_wrapper.h:1320
↓ 7 callers
Method
SetViewport
src/video_core/vulkan_common/vulkan_wrapper.h:1316
↓ 7 callers
Method
Setup
src/audio_core/renderer/splitter/splitter_context.cpp:34
↓ 7 callers
Function
ShiftMix
src/common/cityhash.cpp:80
↓ 7 callers
Method
Start
src/citron/main.cpp:6861
↓ 7 callers
Function
StoragePointer
src/shader_recompiler/backend/spirv/emit_spirv_atomic.cpp:37
↓ 7 callers
Method
Store
src/core/hle/service/acc/acc.cpp:478
↓ 7 callers
Method
Switchable
* Returns true if the current setting is Switchable. * * @returns If the setting is a SwitchableSetting */
src/common/settings_common.h:186
↓ 7 callers
Function
TexturePair
src/video_core/textures/texture.h:159
↓ 7 callers
Method
TryPop
src/common/bounded_threadsafe_queue.h:35
↓ 7 callers
Method
Unbind
src/network/room_member.cpp:758
↓ 7 callers
Method
Unmap
src/core/hle/service/nvdrv/core/heap_mapper.cpp:66
↓ 7 callers
Function
WriteStorage
src/shader_recompiler/backend/spirv/emit_spirv_memory.cpp:55
↓ 7 callers
Method
WriteString
src/common/fs/file.cpp:317
↓ 7 callers
Method
clear
src/audio_core/device/audio_buffer_list.h:21
↓ 7 callers
Method
data
src/citron/multiplayer/chat_room.cpp:182
↓ 7 callers
Method
getDefaultToString
src/android/app/src/main/java/org/citron/citron_emu/utils/NativeConfig.kt:118
↓ 7 callers
Method
getName
externals/demangle/llvm/Demangle/ItaniumDemangle.h:490
↓ 7 callers
Function
internal_load_libgamemode
* Loads libgamemode and needed functions * * Returns 0 on success and -1 on failure */
externals/gamemode/gamemode_client.h:143
↓ 7 callers
Method
marquee
* Starts a marquee on some text. * @param delay Optional parameter for changing the start delay. 3 seconds of delay by default. */
src/android/app/src/main/java/org/citron/citron_emu/utils/ViewUtils.kt:84
↓ 7 callers
Method
parseEncoding
externals/demangle/llvm/Demangle/ItaniumDemangle.h:5028
↓ 7 callers
Method
setOverlayControlData
* Clears the AndroidSettings::values.overlay_control_data array and replaces its values * with [overlayControlData] * * @param overlayC
src/android/app/src/main/java/org/citron/citron_emu/utils/NativeConfig.kt:171
↓ 7 callers
Method
setReloadListAndNotifyDataset
src/android/app/src/main/java/org/citron/citron_emu/features/settings/ui/SettingsViewModel.kt:94
↓ 7 callers
Method
setStickParam
* Sets the params for a specific stick. * @param playerIndex Index of the player to set params for. * @param stick The [NativeAnalog] to set
src/android/app/src/main/java/org/citron/citron_emu/features/input/NativeInput.kt:370
↓ 7 callers
Method
showView
src/android/app/src/main/java/org/citron/citron_emu/utils/ViewUtils.kt:12
↓ 7 callers
Function
stbi__compute_y
externals/stb/stb_image.h:1744
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
externals/stb/stb_image.h:834
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
externals/stb/stb_image.h:824
↓ 7 callers
Function
stbir__get_coefficient
For perf reasons this code is duplicated in stbir__resample_horizontal_upsample/downsample, if you change it here change it there too.
externals/stb/stb_image_resize.h:936
↓ 7 callers
Function
stbir__get_coefficient_width
externals/stb/stb_image_resize.h:901
↓ 7 callers
Function
stbir__use_height_upsampling
externals/stb/stb_image_resize.h:876
↓ 7 callers
Method
visualRect
src/citron/ui/game_grid_view.cpp:637
↓ 7 callers
Method
warning
src/android/app/src/main/java/org/citron/citron_emu/utils/Log.kt:14
↓ 6 callers
Function
ABfiM
Proxy for V_BFI_B32 where the 'mask' is set as 'bits', 'mask=(1<<bits)-1', and 'bits' needs to be an immediate.
externals/FidelityFX-FSR/ffx-fsr/ffx_a.h:655
↓ 6 callers
Function
AGtZeroH2
externals/FidelityFX-FSR/ffx-fsr/ffx_a.h:1525
↓ 6 callers
Function
ASatF2
externals/FidelityFX-FSR/ffx-fsr/ffx_a.h:748
↓ 6 callers
Function
ASatH1
------------------------------------------------------------------------------------------------------------------------------
externals/FidelityFX-FSR/ffx-fsr/ffx_a.h:896
↓ 6 callers
Function
Accumulate
src/video_core/renderer_vulkan/vk_descriptor_pool.cpp:35
↓ 6 callers
Method
Activate
src/hid_core/resources/npad/npad.cpp:62
↓ 6 callers
Function
AddCounter
src/core/file_sys/fssystem/fssystem_utility.cpp:8
↓ 6 callers
Function
AdjustMipBlockSize
src/video_core/texture_cache/util.cpp:113
↓ 6 callers
Method
AspectMask
src/video_core/renderer_vulkan/vk_texture_cache.h:170
↓ 6 callers
Method
BitOffset16
src/shader_recompiler/backend/spirv/spirv_emit_context.cpp:560
↓ 6 callers
Method
BitOffset8
src/shader_recompiler/backend/spirv/spirv_emit_context.cpp:553
↓ 6 callers
Method
CachedCpuWrite
Mark region as modified from the CPU but don't mark it as modified until FlusHCachedWrites is called.
src/video_core/buffer_cache/memory_tracker_base.h:133
↓ 6 callers
Method
CanMoveNext
src/core/file_sys/fssystem/fssystem_bucket_tree.h:350
↓ 6 callers
Method
CanReadBuffer
src/core/hle/service/hle_ipc.cpp:497
↓ 6 callers
Function
CheckPseudoInstruction
src/shader_recompiler/frontend/ir/microinstruction.cpp:14
↓ 6 callers
Function
Clamp
src/shader_recompiler/backend/spirv/emit_spirv_floating_point.cpp:19
↓ 6 callers
Method
ClampByte
Clamps the pixel to the range [0,255]
src/video_core/textures/astc.cpp:807
↓ 6 callers
Function
CloseHandle
Close a handle
src/core/hle/kernel/svc/svc_synchronization.cpp:18
↓ 6 callers
Function
ComparisonOp
src/video_core/renderer_vulkan/maxwell_to_vk.cpp:630
↓ 6 callers
Method
Connect
src/core/hle/service/tma/htcs.cpp:34
↓ 6 callers
Function
Convert
src/core/hle/kernel/svc.cpp:36
↓ 6 callers
Function
ConvertToKMemoryPermission
src/core/hle/kernel/k_memory_block.h:174
↓ 6 callers
Method
Copy
src/audio_core/renderer/voice/voice_info.h:42
↓ 6 callers
Method
CreateSampler
src/video_core/renderer_vulkan/present/fsr.cpp:66
↓ 6 callers
Function
CreateWrappedDescriptorSets
src/video_core/renderer_vulkan/present/util.cpp:341
↓ 6 callers
Function
CreateWrappedShaderModule
src/video_core/renderer_vulkan/present/util.cpp:288
↓ 6 callers
Method
CurrentPhysicalCoreIndex
src/core/hle/kernel/kernel.cpp:935
↓ 6 callers
Function
DecodeFromWaveBuffers
* Decode implementation. * Decode wavebuffers according to the given args. * * @param memory - Core memory to read data from. * @param args - Th
src/audio_core/renderer/command/data_source/decode.cpp:230
↓ 6 callers
Method
Disconnect
src/citron/multiplayer/client_room.cpp:108
↓ 6 callers
Function
DrawShadowedText
src/citron/game_list_delegate.cpp:43
↓ 6 callers
Method
Erase
src/common/param_package.cpp:131
↓ 6 callers
Function
ExtractS16
src/shader_recompiler/backend/spirv/emit_spirv_convert.cpp:17
← previous
next →
1,101–1,200 of 24,740, ranked by callers