PCSX2 Documentation/Passing Settings Between Threads: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "In PCSX2, the User Interface and the Virtual Machine both incorporate multithreaded design. Because of this, the UI and VM threads cannot modify each others' data and configur...")
 
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 15: Line 15:


In order to have settings changes saved you must modify the contents of the g_Conf structure, and modification of that should only be done from the context of the UI thread. If the VM thread wants to make permanent modifications to the user's configuration (and there's not a lot of good reason for that), then it should be done using message postings.
In order to have settings changes saved you must modify the contents of the g_Conf structure, and modification of that should only be done from the context of the UI thread. If the VM thread wants to make permanent modifications to the user's configuration (and there's not a lot of good reason for that), then it should be done using message postings.
{{PCSX2 Documentation Navbox}}
ninja
782

edits

Navigation menu