c987f58319
Check whether WAD is a channel before reading names
...
Dolphin assumes that content 0 is opening.bnr, without checking
whether content 0 exists or if it is even supposed to be there (it's
only there for channels). This results in sometimes reading garbage.
This adds a check to only try to read names from content 0's header
if the title is a channel (channel, system channel or game channel).
2017-03-18 19:07:11 +01:00
b83929477f
Merge pull request #5076 from BhaaLseN/pal-ipl
...
Add the hash for the PAL v1.1 IPL to the list
2017-03-16 10:41:24 -07:00
1470c346b6
change parameter names to match our coding style while we're at it
2017-03-16 18:22:51 +01:00
d0d91f2530
add the hash for the PAL v1.1 BIOS
...
reported on the forums by user hackintoshftw1
2017-03-16 18:22:51 +01:00
70a25bef4c
put the source reference onto its own line to avoid the awkward formatting
...
also, make them constexpr, because i guess it makes sense...
2017-03-16 18:22:51 +01:00
907e73a1fc
Merge pull request #5012 from degasus/BAT
...
MMU: Create constants for our BAT flags.
2017-03-16 16:02:16 +01:00
bb708397db
Merge pull request #5090 from lioncash/si
...
SI: Minor cleanup
2017-03-16 09:57:04 +01:00
2cead402b3
Merge pull request #5091 from lioncash/enum
...
EXI/SI: Move enum constants into namespaces
2017-03-16 19:36:54 +13:00
9c3b35fccb
EXI: Move enum constants into the ExpansionInterface namespace
...
Given these are related to EXI itself, these should be within the
namespace itself.
2017-03-16 02:06:29 -04:00
a728d858b3
SI: Move MAX_SI_CHANNELS into the SerialInterface namespace
...
Given this constant is related to the serial interface, it shouldn't be
outside of the namespace.
2017-03-16 01:57:57 -04:00
46991e2bdd
SI: Amend variable naming
2017-03-16 01:37:50 -04:00
3b1dae5642
Merge pull request #4703 from ligfx/cmake_cxx_standard
...
CMake: Use CMAKE_CXX_STANDARD instead of passing -std=c++14
2017-03-15 18:04:28 -07:00
8e6d256722
Merge pull request #5080 from leoetlino/ssl-verify
...
Default to SSL verify on
2017-03-15 13:56:56 -07:00
1e7dd1ed2d
Merge pull request #5086 from lioncash/si
...
SI_Devices: Minor cleanup
2017-03-15 10:07:27 +01:00
5152c997a4
MMU: Create constants for our BAT flags.
...
This avoids a few hard-coded constants in several files.
2017-03-15 09:20:40 +01:00
54e32fd91e
Merge pull request #5089 from lioncash/gcmemcard
...
GCMemcard: Minor cleanup
2017-03-15 08:59:32 +01:00
4df8ac7820
GCMemcardRaw: Amend variable naming
2017-03-15 00:16:45 -04:00
79246d9642
GCMemcardDirectory: Amend variable naming
2017-03-14 23:58:31 -04:00
647bec4c17
GCMemcard: Amend variable naming for MemoryCardBase
2017-03-14 23:58:27 -04:00
2b38338a9d
Merge pull request #5087 from lioncash/gcmemcard
...
GCMemcard: Move memcard source files to their own directory
2017-03-14 18:58:35 -07:00
09d4871067
GCMemcard: Move memcard source files to their own directory
...
GCMemcard.h has quite a bit of different classes implemented within it
that could likely be split up into other files to make it a little
easier to read. However, they should be moved into their own folder
first so that they don't clutter up the base HW directory.
2017-03-14 21:55:25 -04:00
8b8a1f3b35
SI_DeviceKeyboard: Amend variable naming
2017-03-14 18:15:25 -04:00
4478b9bc9a
SI_DeviceKeyboard: In-class initialize variables
2017-03-14 18:03:36 -04:00
c45f8e2e3c
SI_DeviceGCSteeringWheel: Amend variable naming
2017-03-14 17:54:18 -04:00
89f5b3b5d9
SI_DeviceGCAdapter: Amend variable naming
2017-03-14 17:47:56 -04:00
e68e99ef71
SI_DeviceDanceMat: Amend variable naming
2017-03-14 17:46:09 -04:00
c4640295b1
CMake: add CMAKE_CXX_STANDARD_REQUIRED=ON
2017-03-14 13:52:02 -07:00
4c580bc3b7
CMake: Use CMAKE_CXX_STANDARD instead of passing -std=c++14
...
Available since CMake 3.1
2017-03-14 13:52:02 -07:00
834a3bf857
Default to SSL verify on
...
Defaulting to SSL verification off, *and* forcing it to be off even
when the emulated software asks us to enable it is very bad behaviour,
inaccurate and insecure.
Because the old option defaulted to off, we have to change the INI
option name to force the new default to be used. Unfortunate,
but without this we cannot ensure our users' security.
2017-03-14 20:57:49 +01:00
a3557ed199
Merge pull request #4964 from DisorderIy/arcode-removal-fix
...
Fix remove and add buttons not disabling after removing Action Replay code
2017-03-14 11:21:39 -07:00
3aa5b8fbf6
Merge pull request #5079 from JosJuice/move-loadpatches
...
Move LoadPatches calls
2017-03-14 10:44:38 +01:00
884d3973e4
Merge pull request #5083 from lioncash/si
...
SI_DeviceGCController: Minor cleanup
2017-03-14 10:37:28 +01:00
c30db8eddc
Merge pull request #4932 from PEmu1/toggle-fullscreen
...
Change "Fullscreen" Menu Option to "Toggle Fullscreen"
2017-03-14 10:30:34 +01:00
d05f59e31d
Merge pull request #4876 from ligfx/netplay_move_semantics
...
NetPlay: use move semantics instead of unique_ptrs
2017-03-14 10:20:47 +01:00
46fd06b956
SI_DeviceGCController: Amend variable names
2017-03-14 05:15:48 -04:00
31bb41c532
Merge pull request #4973 from z0z0z/master
...
Disable pinned memory for AMD mesa drivers
2017-03-14 10:02:05 +01:00
890f799fdd
SI_DeviceGCController: In-class initialize variables
2017-03-14 03:34:52 -04:00
ef931d5339
Merge pull request #5082 from Armada651/revert-nv-depth
...
OGL: Remove support for NV_depth_buffer_float.
2017-03-14 00:36:56 +00:00
0a2b58c896
OGL: Remove support for NV_depth_buffer_float.
...
We can't clamp the depth values to the 24-bit range while this extension is active.
2017-03-14 01:02:13 +01:00
09682cfaa4
Move LoadPatches calls
...
LoadPatches was apparently never being called when booting
Wii discs. Maybe this will fix the recent regression with
cheat codes not getting loaded? I don't know how this
managed to work to begin with, though...
(The call was also moved for WADs, just for consistency.)
2017-03-13 22:29:55 +01:00
f0c2bae778
Merge pull request #5078 from lioncash/si
...
SI_DeviceGBA: Minor cleanup
2017-03-13 21:00:36 +01:00
13d23c21b7
Merge pull request #5071 from leoetlino/reorganise-es
...
IOS/ES: Split the ES code
2017-03-13 20:51:22 +01:00
3df19c6643
Merge pull request #5075 from lioncash/cruft
...
DSPLLE: Remove commented out code
2017-03-13 20:47:27 +01:00
2c308b723c
Merge pull request #5074 from lioncash/prefix
...
HW/DSP: Remove prefixed underscores from parameter names
2017-03-13 20:46:59 +01:00
deda29d7ff
SI_DeviceGBA: Amend printf formatting specifier for size_t
...
%zu is the correct specifier for printing size_t.
2017-03-13 15:28:07 -04:00
8d2078de2d
SI_DeviceGBA: Amend variable naming
2017-03-13 15:27:36 -04:00
204703ae0d
IOS/ES: Split the ES code
...
ES.cpp was becoming pretty huge. This commit splits the ES code into
several files:
* Main ES (launch, UID, current title directory and title ID, etc.)
* Device identity and encryption (ID and cert, keys, encrypt/decrypt)
* Title management (imports, exports, deletions)
* Title contents (open/close/read/seek)
* Title information (titles, stored contents, TMDs)
* Views (for tickets and TMDs)
2017-03-13 20:01:08 +01:00
9f40596de5
SI_DeviceGBA: Make GBASockServer's constructor explicit
...
Prevents potential implicit construction scenarios involving ints.
2017-03-13 14:53:50 -04:00
14f261079f
SI_DeviceGBA: Place implementations within the cpp file
...
Prevents potential recompilation of other files if these ever need to
change.
2017-03-13 14:51:18 -04:00
64aa7f3b8f
SI_DeviceGBA: Use std::array class members instead of C arrays
2017-03-13 14:46:35 -04:00