This website requires JavaScript.
Explore
Help
Register
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
2026-01-18 18:00:26 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
69d2ecff5231dbf7cb459a9583ee379eebcf78ae
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
Buildfix for dsptool.
2013-05-21 20:30:09 -04:00
Plugins
Merge branch 'fix-field-ordering'
2013-09-24 13:47:20 +12:00
TestSuite
clear cg from project files
2013-02-27 10:55:25 +01:00
UnitTests
Adding unit test project to VS solution
2013-05-22 03:29:58 +02:00
VSProps
Merge branch 'master' into wii-network
2013-08-16 19:17:07 +12:00
CMakeLists.txt
…
Dolphin_2010.sln
Fix debug builds. Sorry.
2013-08-25 13:39:30 +12:00