Move runloop data to static struct

== DETAILS
As part of a larger project to reduce/eliminate global state, this commit does the following:

1. move all the `runloop_` members of the `rarch_st` struct to a separate structure
2. create a static instance of that struct in retroarch.c
3. switch all references of `p_rarch->runloop_*` to `runloop_state.*`
4. remove the extraneous `runloop_` prefix on the new struct's members
This commit is contained in:
Nathan Strong 2021-04-23 22:05:35 -07:00
parent a904b1665f
commit d7075296e3
2 changed files with 3256 additions and 3247 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff