87810d8945
INETATON: 4 was a guess, 1 is correct.
2012-02-15 21:58:39 +13:00
8f74f3dc7d
Possible "*THE* fix"
2012-02-15 21:34:47 +13:00
f81524e827
shorten ssl logs too
2012-02-12 23:23:00 -08:00
4e62015e9a
implement ICMP stuff (on windows). should be very similar on *nix...might just be able to compile the current code :)
2012-02-12 23:22:51 -08:00
2046fb0457
remove an extraneous variable
2012-02-12 15:13:54 -08:00
831b6b947b
net: change some logging to not be so incredibly log that it doesn't fit on a 30" screen.
2012-02-12 14:53:14 -08:00
5a61a499a2
fixup IOCTL_SO_GETHOSTBYNAME. Fixes SSBB crash.
2012-02-12 14:49:40 -08:00
6b583ab00e
add IOCTLV_WD_GET_INFO
...
-forgot to add changes to header
2012-02-10 14:58:09 -08:00
68e7f0d170
add IOCTLV_WD_GET_INFO
2012-02-10 14:28:33 -08:00
35d573fd79
fix regression
2012-02-10 12:01:47 -08:00
f412227cd5
show a wifi AP :)
...
the connection test fails (freezes), though. strange, since it will work with net config settings from a real nand...
2012-02-10 03:28:26 -08:00
8ddfff6425
log params to /net/wd/command
2012-02-10 01:59:18 -08:00
bad1c7e67a
fixup net/ncd/manage
2012-02-09 23:37:50 -08:00
ac0883044e
move SettingsHandler to Common lib
2012-02-09 21:04:07 -08:00
c8129bc802
fixup net/kd/time
2012-02-09 10:21:26 -08:00
fc3eb7c6a7
Fixed a few warnings.
2012-02-09 17:18:46 +13:00
c9dfcf8cf7
Add Support for Wii Motion Plus INSIDE Wii Remotes on Mac OS X.
...
This patch makes a few changes necessary for support for the new Wii
Remotes:
- For all OSes:
- Adds a new bool member variable m_motion_plus_inside to identify
the new Wii Remotes.
- If we have a new Wii Remote, use a head byte of 0xa2. We could
just change this behavior for all Wii Remotes, but an existing
comment suggests that would break 3rd party Wii Remotes.
- On Mac OS X:
- Expand the search criteria for the bluetooth scan. This is
necessary because the new Wii Remote identifies with minor class
kBluetoothDeviceClassMinorPeripheral2Gamepad, but the old Wii
Remotes use minor class
kBluetoothDeviceClassMinorPeripheral2Joystick (1).
- Send commands on the interrupt channel, not the control
channel. The new Wii Remotes require this; old ones are compatible
with this. Note: 3rd party Wii Remots are untested with this
change; the hope is they are still functional.
- Get the name of the bluetooth device and see if it ends in
"-TR". If so, set a member variable so we know it's the new kind
of Wii Remote.
This should fix issue 5011 for Mac OS X:
http://code.google.com/p/dolphin-emu/issues/detail?id=5011
2012-02-09 11:42:42 -08:00
25eae39b7c
Rearranged the SSE detection. Patch by lordlyhobo.
...
Fixes issue 5172.
2012-02-06 20:51:24 +11:00
8f83a89416
Removed the busy-wait from DSP LLE on thread. Reduces the CPU usage in this scenario by around a third.
2012-02-05 17:18:11 +11:00
c53283185d
Added an error check for invalid contents in ES_OPENCONTENT. Fixes Jungle Speed and Doc's Punch Out.
...
Fixes issue 3035.
2012-02-05 16:16:33 +11:00
0bbb112298
Merge branch 'texcache-preload'
...
For further info, see revision 56ccfc5d9d4defb308e02a71d201aee9eef0a76e.
2012-02-04 13:19:48 +01:00
439613b833
TextureCacheBase: Remove a superfluous TODO (texture hashing takes care of that stuff)
2012-02-04 13:01:52 +01:00
3ec25a9e3f
SET/WRITE Config are practically the same.
2012-02-04 16:53:02 +13:00
0cf3222e68
Some poll changes and changed INFO to WARN, also commented out POLL debug as it was way too much. Made all net funcs non-blocking, due to stupid Skylanders :D
2012-02-04 16:50:52 +13:00
ea2e0e9063
Added the HID2.WPE condition to dcbz. Fixes issue 5114.
2012-02-04 13:25:04 +11:00
eb01a110c9
Implement texture preloading
2012-02-03 21:21:13 +01:00
dabb35afce
Prepare texture preloading support
2012-02-03 21:20:34 +01:00
20a4735b4d
Update some license headers.
2012-02-02 14:02:39 +01:00
5cfb03da26
Merge branch 'variousSmallFixes'
2012-02-01 16:50:09 -08:00
d6de53f235
convert name, notes and creator to wxstring using *wxConvCurrent instead of FromAscii. fix issue 5069
2012-02-01 00:09:24 -08:00
a78c5f984f
download codes for virtualconsole titles
2012-02-01 00:09:23 -08:00
a0d6d68243
sysconf SetArayData use the minimum of the buffersize or the dataLength
2012-02-01 00:04:18 -08:00
8e332948bf
less log noise from CNandContentLoader
2012-02-01 00:04:06 -08:00
c3e46d5b45
partial fix for issue 4742
2012-02-01 00:03:57 -08:00
60594c079d
allow just ejecting the disc by canceling the file dialog
2012-02-01 00:03:49 -08:00
303d1b83eb
minor cleanup to /dev/es, fix for grabbing titleid from the disc, and es_gettitledir
2012-02-01 00:03:41 -08:00
3fb42f6bb6
split adding the ticket to its own function (installing a wad)
2012-02-01 00:03:16 -08:00
1f83078b5f
add some new game inis
2012-02-01 00:02:49 -08:00
013bda74ee
Merge branch 'texcache-cleanup'
2012-01-31 19:58:32 +01:00
d1605abfa9
Add license header for TextureCacheBase files
2012-01-31 19:52:02 +01:00
1446fb33d5
TextureCacheBase: Replace the efbcopy_state member variable of texture cache entries with a more general "texture type"
2012-01-31 19:52:02 +01:00
cf899781f9
TextureCacheBase: Update and improve documentation for EFB copies
2012-01-31 19:52:02 +01:00
b34b6e47f2
TextureCacheBase: Remove a redundant variable
2012-01-31 19:52:02 +01:00
9fed10fc75
Remove SaveTexture declaration in VideoCommon since it's only actually defined in OpenGL
2012-01-31 19:52:02 +01:00
cc54ee7d94
TextureCache: Move EFB copy cache code from TextureConverter to TextureCache
2012-01-31 19:51:32 +01:00
a02df43e6d
TextureConverter (OGL/D3D9): Kill EncodeToRam because it wasn't used anywhere and it basically does the same as EncodeToRamFromTexture anyway
2012-01-31 18:09:35 +01:00
3b38295cbd
TextureCacheBase: De-uglify hybrid EFB copies (documentation needs updating though)
...
TextureCacheBase: Fixed dynamic EFB copies being set to normal textures.
2012-01-31 18:09:35 +01:00
67129404dd
TextureCacheBase: Small bugfix
...
Added documentation for hybrid EFB copy stuff
2012-01-31 18:09:35 +01:00
5239ba88c9
TextureCache: Remove unsafe texture cache
2012-01-31 18:09:35 +01:00
8c2d87f668
TextureCacheBase: Move around stuff, add some TODOs
2012-01-31 18:09:35 +01:00