This website requires JavaScript.
Explore
Help
Sign In
H3cJP
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-05-15 15:51:19 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
69d2ecff52
dolphin
/
Source
History
Lioncash
69d2ecff52
Simplify SwitchPage() within GameListActivity.java. We no longer need the first switch statement, since case 0 will be hit when SwitchPage(0) is called from the folder browser. This means we can also get rid of recreateFragment(), since the only time this needs to be called is within the onCreate() function. When SwitchPage(0) is called, SwitchPage will perform basically the same actions as recreateFragment() would; thus the reason it can be removed.
2013-09-27 17:16:59 -04:00
..
Android
Simplify SwitchPage() within GameListActivity.java. We no longer need the first switch statement, since case 0 will be hit when SwitchPage(0) is called from the folder browser. This means we can also get rid of recreateFragment(), since the only time this needs to be called is within the onCreate() function. When SwitchPage(0) is called, SwitchPage will perform basically the same actions as recreateFragment() would; thus the reason it can be removed.
2013-09-27 17:16:59 -04:00
Core
Allow loading save states via drag and drop.
2013-09-27 08:38:12 -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
Fix debug builds. Sorry.
2013-08-25 13:39:30 +12:00