MCPcopy Create free account
hub / github.com/TheOfficialFloW/VitaShell / getDialogStep

Function getDialogStep

main.c:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69int use_custom_config = 1;
70
71int getDialogStep() {
72 sceKernelLockLwMutex(&dialog_mutex, 1, NULL);
73 volatile int step = dialog_step;
74 sceKernelUnlockLwMutex(&dialog_mutex, 1);
75 return step;
76}
77
78void setDialogStep(int step) {
79 sceKernelLockLwMutex(&dialog_mutex, 1, NULL);

Callers 6

qr_scan_threadFunction · 0.85
install_threadFunction · 0.85
network_update_threadFunction · 0.85
fileBrowserHandleFileFunction · 0.85
browserMainFunction · 0.85
dialogStepsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected