This website requires JavaScript.
Explore
Help
Sign In
mirror
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-03-09 07:13:57 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8aba748735
Branches
Tags
View all branches
dolphin
/
Source
History
Lioncash
8aba748735
[Android] Fix a situation within the FolderBrowser where the application would crash. listFiles() returns null when either the File object it's called on isn't a directory or if an I/O error happens (in their infinite wisdom, they actually thought NOT throwing an exception was a cool way to handle this. How about that?). In the case of trying to access system directories as a normal user, an I/O error will occur due to permission access rights. This fixes that.
2013-09-26 23:06:10 -04:00
..
Android
[Android] Fix a situation within the FolderBrowser where the application would crash. listFiles() returns null when either the File object it's called on isn't a directory or if an I/O error happens (in their infinite wisdom, they actually thought NOT throwing an exception was a cool way to handle this. How about that?). In the case of trying to access system directories as a normal user, an I/O error will occur due to permission access rights. This fixes that.
2013-09-26 23:06:10 -04:00
Core
No need to std::move a return value. Thanks Billiard.
2013-09-26 21:15:35 -04:00
DSPSpy
…
DSPTool
…
Plugins
Merge branch 'fix-field-ordering'
2013-09-24 13:47:20 +12:00
TestSuite
…
UnitTests
…
VSProps
…
CMakeLists.txt
…
Dolphin_2010.sln
…