summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/Tev.cpp
diff options
context:
space:
mode:
authorzackhow <zackhow@gmail.com>2018-09-14 00:46:30 -0400
committerzackhow <zackhow@gmail.com>2018-09-14 09:54:36 -0400
commit1311f84706041d313abb4dbf2e0ca50893399e80 (patch)
tree436ddb2820b82422f752405363d97d5f44141a23 /Source/Core/VideoBackends/Software/Tev.cpp
parent5f0d825f40b8aabe13eaef32d44ab667ff8e8c28 (diff)
Android: Run Directory Initialization as a thread instead of service
Two reasons for this change. First, it appears that some android launchers do some sort of call into the application when long pressing the app icon, which in turn calls the DirectoryInit service. This was ok to do prior to Oreo but will cause crashes with the new restrictions on services running in the background. Which leads to the second reason that DirectoryInit doesn't need to be a service at all since these actions are required for dolphin to function and shouldn't be a scheduled action. So we instead just kick this off in a new thread and send the broadcast when done.
Diffstat (limited to 'Source/Core/VideoBackends/Software/Tev.cpp')
0 files changed, 0 insertions, 0 deletions