Michael Maltese
|
8b54ac225b
|
Merge Core/Config/Config.h into Common/Config/Config.h
Allows code in Common to take advantage of the layered config logic.
|
2017-07-09 16:28:54 -07:00 |
Léo Lam
|
5243eae4e9
|
UnitTests: Use a temporary profile directory
This prevents Dolphin from modifying any file in the user directory.
|
2017-06-18 16:23:09 +02:00 |
Shawn Hoffman
|
a2358786dc
|
unittests: set user directory so SYSCONF does not get created at the drive root
|
2017-06-06 04:07:13 -07:00 |
MerryMage
|
41afe78a44
|
Config: Integrate
|
2017-06-03 18:11:57 +01:00 |
Pierre Bourdon
|
3570c7f03a
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
degasus
|
c375111076
|
Options: merge SCoreStartupParameter into SConfig
|
2015-06-12 19:07:45 +02:00 |
Tillmann Karras
|
268f52e054
|
Add missing license headers
|
2015-05-25 13:11:47 +02:00 |
Tillmann Karras
|
f82afd1b2f
|
Fix warnings
|
2015-03-16 19:02:30 +01:00 |
magumagu
|
f316265973
|
Fix the addresses of MMIO registers.
MMIO registers are located at 0x0C000000 and 0x0D000000, not 0xCC000000.
The 0xCC000000 addresses are just an artifact of address translation.
|
2015-02-15 18:29:37 -08:00 |
Scott Mansell
|
fe28d1476a
|
Make the IsMMIOAddress function easier to read, add tests.
This also makes IsMMIOAddress more restrictive.
|
2015-01-24 17:24:40 +13:00 |
Tony Wasserka
|
38c8a4efb2
|
MMIO: Cleanup Mapping class by using templates instead of macros.
|
2014-07-27 19:23:19 +02:00 |
Tillmann Karras
|
f28116b7da
|
clang-modernize -add-override
|
2014-03-09 21:12:01 +01:00 |
Tillmann Karras
|
17adcbb14e
|
MMIOTest: fix sign warning
|
2014-03-09 15:24:32 +01:00 |
Pierre Bourdon
|
aabd524142
|
Add more tests for Common and Core/MMIO
|
2014-03-09 14:27:04 +01:00 |
Pierre Bourdon
|
a4ee187711
|
Tests: Add more MMIO tests as an example.
|
2014-03-03 00:25:41 +01:00 |
Pierre Bourdon
|
d4ed4adace
|
Add the infrastructure required to easily add unit tests and test it with a very simple test file.
|
2014-03-03 00:25:41 +01:00 |