Difference between revisions of "GSPGPU:SetInternalPriorities"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001E0080] |- | 1 | Session thread priority |- | 2 | Session thread priority w...")
 
 
Line 12: Line 12:
 
|-
 
|-
 
| 2
 
| 2
| Session thread priority with rights
+
| Command queue priority for this session
 
|}
 
|}
  
Line 29: Line 29:
  
 
=Description=
 
=Description=
Sets the priority for the thread handling incoming GSPGPU commands, and the priority when said thread has acquired GPU rights. Both values must be < 0x40.
+
Sets the priority for the thread handling incoming GSPGPU commands, and the priority for the command queue reader thread when the current session has acquired GPU rights. Both values must be < 0x40.

Latest revision as of 01:43, 1 January 2025

Request[edit]

Index Word Description
0 Header code [0x001E0080]
1 Session thread priority
2 Command queue priority for this session

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

Sets the priority for the thread handling incoming GSPGPU commands, and the priority for the command queue reader thread when the current session has acquired GPU rights. Both values must be < 0x40.