mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[GH-ISSUE #148] Support for changing the amount of RAM used #63
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Stanzilla on GitHub (Aug 10, 2022).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/148
Hey there, I'm testing with an application that restricts a few things based on the amount of ram of the device and it looks like PlayCover reports a super low number. This could either be a bug with it not properly detecting the specs of my M2 MacBook Air properly or something in the application.
BUT, I was wondering if you guys could expose a setting for this, regardless of what the cause is.
@Candygoblen123 commented on GitHub (Aug 10, 2022):
What app are you using?
@Stanzilla commented on GitHub (Aug 10, 2022):
A non public one, sadly can't tell you guys much about it.
@Candygoblen123 commented on GitHub (Aug 10, 2022):
Then there’s not much we can really do.
And honestly, if you have access to a non-public app, then I assume that you have direct contact with the development team. A much better solution is for you to convince them to make the app available for download on the Mac App Store for Apple Silicon macs.
If you don’t have this direct contact, then I’m sure that it’s possible for you to tell us at least the name of the application.
@Stanzilla commented on GitHub (Aug 10, 2022):
Well that's why I made this ticket about adding the option to be able to specify the amount of RAM that the emulated device provides
@Depal1 commented on GitHub (Aug 10, 2022):
The most that can be done is to implement an iPad model identifier selector (you can tinker with the source code here https://github.com/PlayCover/PlayTools/blob/master/PlayTools/PlayLoader.m). In that case, the threshold for RAM would be increased by at least 2Gb (assuming an M1 iPad is chosen).
@Depal1 commented on GitHub (Aug 10, 2022):
The model identifier for an M1 iPad is commented in that file.
@Stanzilla commented on GitHub (Aug 10, 2022):
Awesome, thank you