s/rgss/RGSS
This commit is contained in:
parent
26843f2e51
commit
89238aebe9
|
@ -104,7 +104,7 @@ private:
|
||||||
} fps;
|
} fps;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Used to asynchronously inform the rgss thread
|
/* Used to asynchronously inform the RGSS thread
|
||||||
* about window size changes */
|
* about window size changes */
|
||||||
struct WindowSizeNotify
|
struct WindowSizeNotify
|
||||||
{
|
{
|
||||||
|
@ -157,9 +157,9 @@ struct WindowSizeNotify
|
||||||
|
|
||||||
struct RGSSThreadData
|
struct RGSSThreadData
|
||||||
{
|
{
|
||||||
/* Main thread sets this to request rgss thread to terminate */
|
/* Main thread sets this to request RGSS thread to terminate */
|
||||||
volatile bool rqTerm;
|
volatile bool rqTerm;
|
||||||
/* In response, rgss thread sets this to confirm
|
/* In response, RGSS thread sets this to confirm
|
||||||
* that it received the request and isn't stuck */
|
* that it received the request and isn't stuck */
|
||||||
volatile bool rqTermAck;
|
volatile bool rqTermAck;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue