force actions deployment

This commit is contained in:
Steam Deck User 2023-01-19 01:39:57 -05:00
parent 485bdf4dcd
commit 7858b53153
1 changed files with 4 additions and 0 deletions

View File

@ -81,10 +81,14 @@ namespace quake
#ifdef SLIM
// How big a heap to allocate.
static size_t heapSize = 34 * 1024 * 1024;
#else
static size_t heapSize = 13 * 1024 * 1024;
#endif // SLIM
// Should the main loop stop running?