|
5005d528c4
|
This changes Linux to control Wiimotes on the interrupt channel. Which in turn allows -TR wiimotes to work in Linux.
|
2013-01-14 14:43:49 -06:00 |
|
|
2f78986e2c
|
Merge branch 'Graphic_Update' into GLSL-master
Conflicts:
Source/Core/VideoCommon/Src/VertexManagerBase.cpp
Source/Plugins/Plugin_VideoOGL/Src/NativeVertexFormat.cpp
Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
Source/Plugins/Plugin_VideoOGL/Src/VertexManager.cpp
|
2013-01-14 21:36:31 +01:00 |
|
|
30d4259bba
|
This removes the Lock Thread to Core option. Please file your complaints appropriately.
|
2013-01-14 14:20:41 -06:00 |
|
|
ff5ac8c505
|
fix win compiler errors
|
2013-01-14 20:08:53 +01:00 |
|
|
5fe3def64c
|
videoConfig cleanup
|
2013-01-14 20:00:33 +01:00 |
|
|
4c2dd093a3
|
fix d3d error
|
2013-01-14 19:17:07 +01:00 |
|
|
adeac6f4a5
|
remove old deprecated calls and fixed functions parameters
|
2013-01-14 17:48:38 +01:00 |
|
|
c3aafc77b3
|
upload complete uniform buffer at once
this is the way of dx11. it would upload more per draw, but uses less calls.
will be faster if many uniforms are changed, but slower else
|
2013-01-14 13:58:11 +01:00 |
|
|
b18c0a5d1b
|
remove ubo for efb2ram
|
2013-01-14 12:37:31 +01:00 |
|
|
4ea4f2eb45
|
'width' and 'height' parameters of wxBitmapFromMemoryRGBA should be unsigned.
Not a big deal, but it's good to do it for the sake of maintaining practicalities.
|
2013-01-13 23:42:18 -05:00 |
|
|
020ab743a9
|
re-enable PulseAudio backend
|
2013-01-13 22:22:06 -06:00 |
|
|
13469f2db4
|
Merge branch 'pulseaudio-simple'
|
2013-01-13 21:36:26 -06:00 |
|
|
47792b02a5
|
Fix a small text overlapping issue in the MemcardManager.
|
2013-01-13 22:28:36 -05:00 |
|
|
511342edad
|
Gameini database update.
|
2013-01-14 02:37:32 +02:00 |
|
|
644c8f2713
|
Enhance an error message.
Fix issue 5893.
|
2013-01-13 17:52:32 -06:00 |
|
|
c00339449a
|
buildfix
|
2013-01-13 16:27:02 -06:00 |
|
|
3510454a94
|
Hopeful Windows buildfix (this better not break OS X)
|
2013-01-13 16:13:38 -06:00 |
|
|
d3f8e8e8f3
|
remove some now-unused resource files
|
2013-01-13 15:51:44 -06:00 |
|
|
727851c896
|
Add Boomy theme to Data dir. (not actually boomy right now, just test images)
|
2013-01-13 15:41:44 -06:00 |
|
|
c6e8239fd9
|
theme selection working now
|
2013-01-13 15:39:53 -06:00 |
|
|
a9ff3709e4
|
Attempt to make file searching stuff less crappy on Linux.
Supports a * search now.
|
2013-01-13 15:32:26 -06:00 |
|
|
6f7b11b9be
|
themes directory stuffs
|
2013-01-13 14:12:19 -06:00 |
|
|
0c95673478
|
Kill themes in the config and load pngs from "theme" directory for now.
|
2013-01-13 13:12:50 -06:00 |
|
|
6b3a3ff054
|
Kill theme selection from GUI.
|
2013-01-13 13:12:50 -06:00 |
|
|
6b8dc6802b
|
Fix two warnings.
|
2013-01-13 12:57:17 -06:00 |
|
|
65175a233a
|
Merge branch 'wxw-bind'
|
2013-01-13 12:54:42 -06:00 |
|
|
70427b3f35
|
Replace all of Connect/Disconnect with Bind/Unbind.
|
2013-01-13 12:45:33 -06:00 |
|
|
60a73bcd77
|
Replace a bunch of Connect calls with Bind.
|
2013-01-13 11:46:30 -06:00 |
|
|
5dbc3b3219
|
replace this->Bind with Bind
|
2013-01-13 03:33:11 -06:00 |
|
|
6e5c26a3d4
|
kill _connect_macro_ ugliness in BreakpointWindow.
|
2013-01-13 03:12:29 -06:00 |
|
|
eca93c4c19
|
Eliminate nearly all the _connect_macro_ ugliness by using wxw's newish Bind functions.
Unlike Connect, Bind is quite type-safe.
I also seem to have fixed some errors in the input config dialog.
|
2013-01-13 03:06:56 -06:00 |
|
|
eb5e7d44bd
|
Enable fastmem (aka. backpatch) support on Linux amd64 and OSX x64. Not tested on OSX, 8% performance increase on Linux amd64
|
2013-01-13 07:00:56 +01:00 |
|
|
429324a773
|
Real fix for memcard manager.
|
2013-01-12 21:18:42 -05:00 |
|
|
6f391a2df0
|
Set focus on memcard manager after losing it.
|
2013-01-12 20:47:02 -05:00 |
|
|
f3d663c2f4
|
efb2tex without ubo
|
2013-01-12 16:29:16 +01:00 |
|
|
f7b0c8684b
|
BPMemory: Expose more register descriptions for FifoPlayer
|
2013-01-12 15:25:50 +01:00 |
|
|
1c462a1eca
|
Added a latency setting to the audio settings.
Removed the Sample Rate setting. It is now hardcoded to 48000hz (accurate audio timing).
Fixes issue 5672.
|
2013-01-13 00:05:30 +11:00 |
|
|
2cd415dd83
|
Fix the signed/unsigned comparison warnings created by a recent commit.
|
2013-01-11 22:00:36 -06:00 |
|
|
dcc216a027
|
'count' parameter for AddStereoSamples and AddStereoSamplesBE in WaveFile should be unsigned. Doesn't make sense to have them signed.
|
2013-01-11 22:22:55 -05:00 |
|
|
dfc0c4b08d
|
Fix two signed/unsigned mismatch warnings.
Also tidied up SDCardUtil - made the variables make more sense (typewise)
|
2013-01-11 19:38:04 -05:00 |
|
|
104f5a4699
|
Set focus on game list after stopping emulation.
|
2013-01-11 17:53:34 -05:00 |
|
|
f405663576
|
Merge branch 'flat-flags'
Fixes issue 5837.
|
2013-01-11 15:17:25 -06:00 |
|
|
346922e39e
|
Update game cache revision, for "germany" games that were once "europe".
|
2013-01-11 15:16:56 -06:00 |
|
|
2838077313
|
fix warnings
|
2013-01-11 21:24:59 +01:00 |
|
|
35dce209ae
|
Gave the "platform" icons a complete white background rather than a slightly-uglier white box.
(apparently XPM only supports a 1-bit alpha channel)
Centered the icons a bit better too.
|
2013-01-11 14:12:56 -06:00 |
|
|
cb71158df4
|
Be consistent with uppercase letters.
|
2013-01-11 13:47:19 -06:00 |
|
|
482360906b
|
Convert relative paths to absolute when opening containing folder of an iso.
Fixes issue 5879.
|
2013-01-11 11:24:52 -05:00 |
|
|
ad05d568b9
|
PixelShaderGen: Change error strings to be unique so that we can identify unexpected behavior more easily.
|
2013-01-11 15:49:20 +01:00 |
|
|
8651b34e22
|
also add vertex shader for efb2tex
goodbye fixed-function shaders
|
2013-01-11 15:41:42 +01:00 |
|
|
7c01c2bf11
|
move efb2ram shaders to textureCache
|
2013-01-11 15:24:43 +01:00 |
|