This website requires JavaScript.
Explore
Help
Sign In
Yaya48
/
dolphin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
07a581ba19fa03e0fd0cffa3e51def0a3bd06a18
dolphin
/
Source
/
Core
T
History
Maarten ter Huurne
07a581ba19
Fix build on Linux: commented out setting of background color. If I understood the code correctly, the color will be determined later (after sorting).
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@555
8ced0084-cf51-0410-be5f-012b33b47a6e
2008-09-17 08:09:41 +00:00
..
Common
32-bit Linux fix: check result of mmap(): if it fails, it returns MAP_FAILED, which is not equal to 0. Also print error message associated with errno.
2008-09-17 08:08:22 +00:00
Core
Changed return type of Find4GBBase() to u8*, since it really is a pointer (all callers were typecasting it to u8*).
2008-09-17 07:58:17 +00:00
DebuggerWX
SConscript made all the rest of env.Copy into env.Clone
2008-09-16 16:50:09 +00:00
DiscIO
added gui support for compressed ISOs...
2008-09-16 12:09:35 +00:00
DolphinWX
Fix build on Linux: commented out setting of background color. If I understood the code correctly, the color will be determined later (after sorting).
2008-09-17 08:09:41 +00:00
VideoCommon
SConscript made all the rest of env.Copy into env.Clone
2008-09-16 16:50:09 +00:00