Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
vitaquake3
Commits
529b6097
Commit
529b6097
authored
Aug 05, 2019
by
Rinnegatamante
Browse files
Preventing screen power off.
parent
6775e389
Changes
1
Show whitespace changes
Inline
Side-by-side
code/psp2/sys_main.c
View file @
529b6097
...
@@ -477,6 +477,9 @@ int quake_main (unsigned int argc, void* argv){
...
@@ -477,6 +477,9 @@ int quake_main (unsigned int argc, void* argv){
NET_Init
();
NET_Init
();
while
(
1
)
{
while
(
1
)
{
// Prevent screen power-off
sceKernelPowerTick
(
0
);
Com_Frame
();
Com_Frame
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment