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-04 10:14:11 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Core
History
Matthew Parlane
935ed814ea
Missed a accept error handler.
...
Init instead of memset.
2013-10-09 23:35:29 +13:00
..
AudioCommon
A bunch of trivial changes to fix clang warnings.
2013-09-01 22:58:33 -04:00
Common
[ARM] Update the ArmEmitter with a bunch of NEON emitters. This adds around 47 instruction emitters if I counted correctly. None well tested at this point. On going to add all the NEON emitters.
2013-10-08 10:17:01 +00:00
Core
Missed a accept error handler.
2013-10-09 23:35:29 +13:00
DiscIO
[Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same.
2013-10-02 18:18:54 -04:00
DolphinWX
Fix Windows vcxproj files.
2013-10-08 17:52:18 +13:00
InputCommon
[InputCommon] Fix a bug in ControllerInterface::UpdateOutput() in ControllerInterface.cpp. The variable ok_count was never incremented, which caused the function to always return false.
2013-09-18 10:09:32 -04:00
VideoBackends
Missed OGL includes apparently.
2013-10-08 18:03:33 +13:00
VideoCommon
Put Plugins/ in Core/, rename to VideoBackends
2013-10-07 10:37:01 -04:00
CMakeLists.txt
Put Plugins/ in Core/, rename to VideoBackends
2013-10-07 10:37:01 -04:00