reduce context size
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------
|
||||||
* "THE BEER-WARE LICENSE" (Revision 42):
|
* "THE BEER-WARE LICENSE" (Revision 42):
|
||||||
* <p-sam@d3vs.net>, <natinusala@gmail.com>, <m4x@m4xw.net>
|
* <p-sam@d3vs.net>, <natinusala@gmail.com>, <m4x@m4xw.net>
|
||||||
@@ -58,9 +58,9 @@ typedef struct
|
|||||||
// FPS / Resolution
|
// FPS / Resolution
|
||||||
u8 fps;
|
u8 fps;
|
||||||
u16 resolutionHeight;
|
u16 resolutionHeight;
|
||||||
|
|
||||||
// Reserved for future use
|
// Reserved for future use
|
||||||
u8 reserved[0xF28];
|
u8 reserved[0x428];
|
||||||
} HocClkContext;
|
} HocClkContext;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
@@ -75,4 +75,4 @@ typedef struct
|
|||||||
|
|
||||||
#define GLOBAL_PROFILE_ID 0xA111111111111111
|
#define GLOBAL_PROFILE_ID 0xA111111111111111
|
||||||
|
|
||||||
static_assert(sizeof(HocClkContext) == 0x1000);
|
static_assert(sizeof(HocClkContext) == 0x500);
|
||||||
Reference in New Issue
Block a user