GSPGPU:FlushDataCache: Difference between revisions

No edit summary
 
Line 35: Line 35:


=Description=
=Description=
This calls [[SVC|svcFlushProcessDataCache]] with the specified KProcess handle, address, and size. The address must be within the application GSP [[Memory_layout|heap]].
This calls [[SVC|svcFlushProcessDataCache]] with the specified KProcess handle, address, and size. The address must be within the linearmem [[Memory_layout|region]], otherwise error 0xE0E02BF5 is returned.