Lioncash
|
7c05d029d3
|
Merge pull request #1085 from waddlesplash/refactoring
Migrate global init stuff into UICommon.
|
2014-10-05 21:25:44 -04:00 |
|
Lioncash
|
af241c9710
|
Merge pull request #1215 from lioncash/spacing
DolphinWX: Fix double-spacing in some UI strings
|
2014-10-05 21:22:17 -04:00 |
|
Augustin Cavalier
|
19109e2d01
|
Migrate global init stuff into UICommon.
This avoids code duplication in a bunch of places .
I also moved the NVIDIA Optimus export into VideoCommon.
|
2014-10-05 20:47:37 -04:00 |
|
skidau
|
355a2d33aa
|
Merge pull request #1209 from Linktothepast/master
Gameini updates.
|
2014-10-05 12:15:18 +11:00 |
|
skidau
|
871d308b88
|
Merge pull request #1206 from comex/amperspocalypse
Change a bunch of reference function arguments to pointers.
|
2014-10-05 12:14:04 +11:00 |
|
comex
|
47bf698b70
|
Merge pull request #1217 from lioncash/tcast
TrampolineCache: Remove unnecessary cast
|
2014-10-04 00:19:08 -04:00 |
|
comex
|
7bce3fcdf9
|
Merge pull request #1174 from FioraAeterna/fifowriteaddrfix
JIT: properly remove FIFO write addresses when code is invalidated
|
2014-10-04 00:18:58 -04:00 |
|
comex
|
1af4043f14
|
Merge pull request #1219 from FioraAeterna/fixclearcache
JIT: set clear_cache_asap to false when clearing the cache
|
2014-10-04 00:14:30 -04:00 |
|
skidau
|
0c4739eead
|
Merge pull request #1202 from FioraAeterna/fixstartupbats
Fix BAT register initial values in bootcode
|
2014-10-04 13:10:47 +10:00 |
|
skidau
|
d0ea2ad6dc
|
Merge pull request #1198 from lioncash/crypt
WiiSaveCrypted: Move some function params over to std::string
|
2014-10-04 13:10:28 +10:00 |
|
skidau
|
6a3b05a9ea
|
Merge pull request #1197 from RachelBryk/multicompress
Don't allow multi compress to compress wbfs or wad files.
|
2014-10-04 13:09:43 +10:00 |
|
Fiora
|
17c56b58ab
|
JIT: set clear_cache_asap to false when clearing the cache
Would probably result in continual cache-clearing if the stack overflow code
in the BLR optimizations triggers.
|
2014-10-03 20:08:27 -07:00 |
|
Lioncash
|
eb1ddb886e
|
TrampolineCache: Remove unnecessary cast
|
2014-10-03 20:46:44 -04:00 |
|
Lioncash
|
7610811f79
|
DolphinWX: Fix double-spacing in some UI strings
|
2014-10-03 13:54:18 -04:00 |
|
skidau
|
0d768bd55e
|
Merge pull request #1212 from RachelBryk/lol
Fix running dolphin with a single flag.
|
2014-10-03 22:03:45 +10:00 |
|
Rachel Bryk
|
e0b5d4a86c
|
Fix running dolphin with a single flag.
|
2014-10-03 07:39:51 -04:00 |
|
skidau
|
16d3604211
|
Merge pull request #1196 from RachelBryk/framecount
Add on screen frame counter.
|
2014-10-03 13:31:52 +10:00 |
|
skidau
|
6333f41837
|
Merge pull request #1194 from RachelBryk/arg
If one argument is given, assume it is a game, and run it.
|
2014-10-03 13:31:37 +10:00 |
|
Linktothepast
|
5ce4c96945
|
Gameini updates.
Addition / update for Star Wars: Rogue Squadron III: Rebel Strike and
it's Limited Edition Bonus Disc (Demo) (gc), The Legend of Zelda:
Collector's Edition (gc) and Monster High: 13 Wishes (wii).
|
2014-10-02 20:53:12 +03:00 |
|
comex
|
ed7f0739ae
|
Merge pull request #1207 from Blackbird88/patch-1
Spelling mistake in VideoDialog
|
2014-10-02 03:27:42 -04:00 |
|
Blackbird88
|
981a21a12f
|
Spelling mistake
|
2014-10-02 09:25:25 +02:00 |
|
comex
|
7f6284c2fc
|
Change a bunch of reference function arguments to pointers.
Per the coding style and sanity.
|
2014-10-02 03:00:33 -04:00 |
|
comex
|
c98a3f62be
|
Merge pull request #1195 from rohit-n/maybe-uninitialized
VideoCommon: Silence -Wmaybe-uninitialized warnings.
|
2014-10-02 01:56:06 -04:00 |
|
Lioncash
|
95ea7d7c9f
|
Merge pull request #1205 from rohit-n/null-nullptr
Change another NULL to nullptr.
|
2014-10-02 00:41:22 -04:00 |
|
Rohit Nirmal
|
3b25c88736
|
Change another NULL to nullptr.
|
2014-10-01 23:38:42 -05:00 |
|
Lioncash
|
25fd805f54
|
Merge pull request #1204 from lioncash/null
Jit64: Change a NULL to nullptr
|
2014-10-02 00:09:51 -04:00 |
|
Lioncash
|
54c454fc82
|
Jit64: Change a NULL to nullptr
|
2014-10-02 00:05:27 -04:00 |
|
skidau
|
68edddf10e
|
Merge pull request #1193 from RachelBryk/ir-input-display
Fix IR input display.
|
2014-10-02 13:48:17 +10:00 |
|
skidau
|
50bf30111c
|
Merge pull request #1189 from RachelBryk/nunchuck-input-display
Add support for cc and nunchuck in input display.
|
2014-10-02 13:47:35 +10:00 |
|
skidau
|
11126f0bfc
|
Merge pull request #1155 from booto/dsp-int-fix
dsp int timing tweak
|
2014-10-02 13:46:03 +10:00 |
|
Fiora
|
1bce0a847b
|
Fix BAT register initial values in bootcode
Probably won't affect any real things for now, since these BATs are already
hardcoded into the memory handling functions.
|
2014-10-01 12:54:06 -07:00 |
|
Rachel Bryk
|
4280d9777a
|
Add support for cc and nunchuck in input display.
|
2014-10-01 03:51:49 -04:00 |
|
skidau
|
d983fe1ddd
|
Merge pull request #1178 from Stevoisiak/MissingGameSettings
Added missing game settings files
|
2014-10-01 13:28:19 +10:00 |
|
skidau
|
ffe160ad81
|
Merge pull request #1187 from lioncash/global
AudioCommon: Prefix soundStream global with g_
|
2014-10-01 13:23:11 +10:00 |
|
skidau
|
19fbefd9bd
|
Merge pull request #1176 from FioraAeterna/pagecrossings
MMU: support loads/stores that cross page boundaries
|
2014-10-01 13:22:52 +10:00 |
|
Lioncash
|
0d8b34612e
|
WiiSaveCrypted: Move some function params over to std::string
|
2014-09-30 20:31:59 -04:00 |
|
Rachel Bryk
|
621d5c5cd8
|
Don't allow multi compress to compress wbfs or wad files.
|
2014-09-30 19:28:16 -04:00 |
|
Rachel Bryk
|
f6c6f03cce
|
Add on screen frame counter.
|
2014-09-30 18:49:44 -04:00 |
|
Rohit Nirmal
|
ce8a4f5cc5
|
VideoCommon: Silence -Wmaybe-uninitialized warnings.
|
2014-09-30 16:14:18 -04:00 |
|
Tony Wasserka
|
13fc8e7df1
|
Merge pull request #578 from RachelBryk/IR
Cleanup Renderer::CalculateTargetSize(), and allow IRs higher than 4x to be set via INI.
|
2014-09-30 19:21:21 +02:00 |
|
Rachel Bryk
|
c0270f63c5
|
If one argument is given, assume it is a game, and run it.
|
2014-09-30 09:21:34 -04:00 |
|
Rachel Bryk
|
f7a993a853
|
Fix IR input display.
|
2014-09-30 08:24:18 -04:00 |
|
Fiora
|
85547d94be
|
JIT: properly remove FIFO write addresses when code is invalidated
Fixes a bug caused by interaction with carry optimizations; might fix other
issues too.
|
2014-09-30 01:00:23 -07:00 |
|
Lioncash
|
7f7fb5e70c
|
AudioCommon: Prefix soundStream global with g_
|
2014-09-30 03:06:16 -04:00 |
|
comex
|
a9b4016cd3
|
Merge pull request #1166 from FioraAeterna/flaglocking
JIT+Emitter: support locking flags
|
2014-09-30 02:57:53 -04:00 |
|
comex
|
acac5325f5
|
Merge pull request #1134 from RachelBryk/movie-menu
Create new Movie menu.
|
2014-09-30 02:51:21 -04:00 |
|
comex
|
58a29ec0cd
|
Merge pull request #1177 from lioncash/array
DSPJitRegCache: Use std::array to represent the register arrays
|
2014-09-30 02:50:53 -04:00 |
|
comex
|
71b4c2ee9c
|
Merge pull request #1180 from Stevoisiak/Replace-GCM-With-ISO
Replaced GCM functions with ISO functions
|
2014-09-30 02:47:33 -04:00 |
|
comex
|
4edc7fbf85
|
Merge pull request #1190 from comex/stackalign
Remove useless STACKALIGN macro.
|
2014-09-30 01:54:38 -04:00 |
|
comex
|
ac1f9f950f
|
Merge pull request #1186 from lioncash/macro
NetPlayClient: Remove unused macro
|
2014-09-30 01:52:01 -04:00 |
|