Periodic several second freezes with Raspberry Pi 3
|
06-04-2016, 12:15 AM
Post: #9
|
|||
|
|||
RE: Periodic several second freezes with Raspberry Pi 3
(06-03-2016 01:27 PM)[Unknown] Wrote: Oh - I just had an idea. We memory map an anonymous file to represent PSP RAM. This shouldn't be written to disk at all, but maybe it is. That would write quite often, if it was getting flushed to disk for some reason. This looks to be the issue. I had PPSSPP save this to a tmpfs and everything runs smooth now. I changed the block at https://github.com/hrydgard/ppsspp/blob/...na.cpp#L93 from: Code: #ifndef _WIN32 to Code: #ifndef _WIN32 I'm not quite sure if this should be based on RPI or RASPBIAN being defined. I don't feel like playing around with other distros tonight. |
|||
« Next Oldest | Next Newest »
|