ardi@ist-einmalig.de be9d29773f changed the GuiElement Lock-Stuff
The libogc limits the MUTEX up to a count of 64.
Therefore we use "only one" global Mutex for all Elements.
This has to follow tath a lock hinder each thread 
tath which tries access to any other element

Also the new Lock-Stuff uses one global mutex. 
But this mutex is locked for the smallest time as 
possible (Only in the lock- and unlock-process). 
The threads are no longer hindered unnecessarily each other.

This speeds up the gui
2009-11-10 22:03:52 +00:00
..
2009-09-27 18:19:53 +00:00
2009-09-27 18:19:53 +00:00
2009-09-27 18:19:53 +00:00
2009-09-27 18:19:53 +00:00
2009-10-17 07:30:54 +00:00
2009-09-27 18:19:53 +00:00
2009-10-19 23:09:27 +00:00
2009-11-10 22:03:52 +00:00