Pierre Bourdon
|
b31d1fd313
|
Merge pull request #232 from delroth/dsphle-cleanups
Random DSPHLE cleanups
|
2014-03-30 01:23:09 +01:00 |
|
Pierre Bourdon
|
c2ae791440
|
DSPHLE: Cleanup common style issues in Zelda.{cpp,h} (most of the file is not coding style compliant)
|
2014-03-30 01:13:33 +01:00 |
|
Pierre Bourdon
|
18ca5b880e
|
DSPHLE: Cleanup ROM.{cpp,h}
|
2014-03-30 01:13:33 +01:00 |
|
Pierre Bourdon
|
090e7637c8
|
DSPHLE: Cleanup INIT.{cpp,h}
|
2014-03-30 01:10:08 +01:00 |
|
Pierre Bourdon
|
41e9d8e1a4
|
DSPHLE: Cleanup GBA.{cpp,h}
|
2014-03-30 01:10:07 +01:00 |
|
Pierre Bourdon
|
061e3f998a
|
DSPHLE: Cleanup CARD.{cpp,h}
|
2014-03-30 01:10:07 +01:00 |
|
Pierre Bourdon
|
85ebffd839
|
DSPHLE: Cleanup AX{,Wii}.{cpp,h}
|
2014-03-30 01:10:07 +01:00 |
|
Pierre Bourdon
|
d3abe3824f
|
DSPHLE: Cleanup UCodes.{cpp,h}
|
2014-03-30 01:10:07 +01:00 |
|
Matthew Parlane
|
2e119af086
|
Merge pull request #230 from Parlane/libogc_ios_fix
Fixes Wiimotes for libogc.
|
2014-03-30 12:07:02 +13:00 |
|
Pierre Bourdon
|
17d64a1d50
|
DSPHLE: Mass rename classes to match our coding style better.
|
2014-03-30 00:01:15 +01:00 |
|
Pierre Bourdon
|
6bc845a804
|
DSPHLE: Rename files to remove redundant 'UCode' prefix.
|
2014-03-30 00:01:15 +01:00 |
|
Matthew Parlane
|
cb319ba1da
|
Fixes Wiimotes for libogc.
Caused by USB not writing back expected values.
Fixes Issue 7109
|
2014-03-30 11:04:30 +13:00 |
|
Lioncash
|
73a3a6726d
|
Add the algorithm header to a few FifoPlayer cpp files.
Both of them use std::min and std::max, but this header wasn't included.
|
2014-03-29 10:42:28 -04:00 |
|
Pierre Bourdon
|
664c8d30a0
|
Remove all trailing whitespaces from our codebase.
|
2014-03-29 11:05:44 +01:00 |
|
magumagu
|
23174d25c6
|
Minor Ucode cleanup.
Clean out unnecessary references to the audio system from the ucode
implementation.
|
2014-03-27 14:16:16 -07:00 |
|
Pierre Bourdon
|
784c636db8
|
Merge pull request #214 from magumagu/zelda-ucode-cleanup
Zelda ucode cleanup
|
2014-03-27 09:57:03 +01:00 |
|
magumagu
|
8a3da44d91
|
Fix CMake build.
|
2014-03-26 15:59:23 -07:00 |
|
magumagu
|
f8b7a2fc10
|
Add audio output for Zelda Ucode variants.
Untested.
|
2014-03-26 15:17:37 -07:00 |
|
magumagu
|
e9896c1ff9
|
Use correct sample rate in Zelda Ucode HLE.
The Ucode's output should be independent of the sample rate Dolphin is using.
|
2014-03-26 15:12:00 -07:00 |
|
magumagu
|
3b62e8b798
|
Fix minor Zelda Ucode audio corruption.
Stupid mistake in my previous commit; the value of m_CurBuffer was
off-by-one.
|
2014-03-26 14:34:00 -07:00 |
|
magumagu
|
4fafa954a1
|
Zelda Ucode partly working without Premix hack.
The code is still completely wrong, and it only outputs some sound,
but the mess is confined to the Zelda Ucode implementation.
|
2014-03-26 14:06:32 -07:00 |
|
magumagu
|
8dad1be319
|
Fix sound buffer addresses in Zelda UCode HLE.
The code previously mixed up the addresses of the right and left buffer;
testing shows that the address of the left buffer comes first.
|
2014-03-26 14:06:30 -07:00 |
|
magumagu
|
ae9367a89b
|
Delete a bunch of old audio HLE cruft.
This commit intentionally breaks audio output from HLE Zelda UCode; no other functional change.
|
2014-03-26 11:17:19 -07:00 |
|
magumagu
|
ca4e0495c0
|
Save registers before calls in x86-32 JIT.
I have no idea what the person who added RegistersInUse() was thinking,
but not correctly saving registers is an easy way to end up with crashes.
|
2014-03-25 20:50:14 -07:00 |
|
Tony Wasserka
|
8941f19cdb
|
BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumerations.
|
2014-03-25 23:57:58 +01:00 |
|
Lioncash
|
59eb59dd98
|
Remove an unused parameter from UpdateDebugger_MapLoaded.
|
2014-03-23 17:19:12 -04:00 |
|
Ryan Houdek
|
a3e18cd498
|
Merge pull request #171 from lioncash/rarc-cleanup
File tree building cleanup
|
2014-03-23 00:34:26 -05:00 |
|
Matthew Parlane
|
b8f469dedd
|
Merge pull request #195 from Sonicadvance1/RuntimeExtendedInfo
Allow the user to enable the extended information string like the old days.
|
2014-03-23 18:32:37 +13:00 |
|
Ryan Houdek
|
7549ee232c
|
Allow the user to enable the extended information string like the old days.
This string shows emulated CPU speed, including true mhz + idle skipping mhz
|
2014-03-22 23:32:07 -05:00 |
|
Lioncash
|
9ed562d7de
|
Mark the PPCDebugInterface and DSPDebugInterface as final.
|
2014-03-18 20:42:08 -04:00 |
|
Matthew Parlane
|
6445e02d53
|
Merge pull request #159 from Tilka/misc
Cleanup stuff
|
2014-03-17 17:43:20 +13:00 |
|
Tillmann Karras
|
fa3cc05753
|
Turn some non-const refs into pointers
|
2014-03-17 02:55:57 +01:00 |
|
Tillmann Karras
|
2fcaca0603
|
More range-based loops and overrides
|
2014-03-17 02:55:55 +01:00 |
|
Tillmann Karras
|
3fc9ca0789
|
UCodes: nits
|
2014-03-17 02:55:54 +01:00 |
|
Tillmann Karras
|
3c46c0ede9
|
Interpreter: make some class members private
|
2014-03-17 02:55:54 +01:00 |
|
Lioncash
|
692deb24ba
|
Remove unused function PanicAlertToVideo from Core.cpp.
|
2014-03-16 21:07:34 -04:00 |
|
Rachel Bryk
|
89dbec437f
|
Save bHLE_BS2 to config cache before it can be changed while booting.
This variable can be changed in SConfig::AutoSetup, so we need to save it before that is called.
|
2014-03-16 20:05:09 -04:00 |
|
Tillmann Karras
|
a9a15690a2
|
UCode_AX: don't always call NotifyAXThread()
StartWorking() already does this if needed
|
2014-03-16 22:05:59 +01:00 |
|
Lioncash
|
bd1ce18f90
|
Simplify file tree building for the filesystem view.
Technically this also simplifies on disc filename building in general.
|
2014-03-16 16:54:00 -04:00 |
|
Lioncash
|
3b27a2d22e
|
Make WiiSocket function names conform to the coding style.
|
2014-03-14 20:11:52 -04:00 |
|
Pierre Bourdon
|
8d679e76d2
|
Merge pull request #164 from lioncash/cstr-cull
Kill off some usages of c_str.
|
2014-03-15 00:57:56 +01:00 |
|
Pierre Bourdon
|
974123000d
|
MemoryInterface: properly register region MMIOs.
|
2014-03-14 21:52:45 +01:00 |
|
Lioncash
|
a82675b7d5
|
Kill off some usages of c_str.
Also changes some function params, but this is ok.
Some simplifications were also able to be made (ie. killing off strcmps with ==, etc).
|
2014-03-14 13:51:23 -04:00 |
|
Lioncash
|
0edda2bd7f
|
Fix a typo in DSPSymbols. (DisasssembleRange -> DisassembleRange)
Also remove IsHexDigit and IsAlpha and replace them with their cctype equivalents.
|
2014-03-12 20:51:06 -04:00 |
|
Matthew Parlane
|
31cfc73a09
|
Fixes spacing for "for", "while", "switch" and "if"
Also moved && and || to ends of lines instead of start.
Fixed misc vertical alignments and some { needed newlining.
|
2014-03-11 00:35:07 +13:00 |
|
Tillmann Karras
|
d802d39281
|
clang-modernize -use-nullptr
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
|
2014-03-09 21:14:26 +01:00 |
|
Tillmann Karras
|
f28116b7da
|
clang-modernize -add-override
|
2014-03-09 21:12:01 +01:00 |
|
Tillmann Karras
|
c89f04a7c5
|
clang-modernize -loop-convert
and some manual adjustments
|
2014-03-09 21:11:59 +01:00 |
|
Pierre Bourdon
|
f401263867
|
Merge pull request #152 from Tilka/float_stuff
Fix IsQNAN() and reduce code duplication
|
2014-03-09 21:06:19 +01:00 |
|
Tillmann Karras
|
16885d0f74
|
Interpreter: less duplicate code in float compares
|
2014-03-09 19:35:13 +01:00 |
|