Henrik Rydgård
eaf9abfe8e
Make Citra build with MICROPROFILE_ENABLED set to 0 ( #1709 )
...
* Make Citra build with MICROPROFILE_ENABLED set to 0
* Buildfix with microprofile kept on
* moc did not like a dialog to conditionally exist.
* Cleanup
* Fix end of line
2016-04-28 20:17:31 -04:00
Sam Spilsbury
329e5e3437
assert: Allow UNREACHABLE_MSG to have just one argument
2016-04-24 23:40:14 +08:00
bunnei
837009b461
Merge pull request #1576 from smspillaz/fix-build-errors-03272016
...
Fix various build errors encountered on Clang 3.9 on OS X
2016-04-24 02:02:45 -04:00
LittleWhite
c803d5a682
Protect use of std::is_trivially_copyable to compile with GCC 4.9
2016-04-23 15:45:35 +02:00
Sam Spilsbury
54a7cb0611
assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTED
2016-04-23 11:54:02 +08:00
bunnei
af0f444b5a
Merge pull request #1672 from wwylele/win-driver-fix
...
Fix driver root identification on Windows
2016-04-19 17:40:13 -04:00
wwylele
1656473b42
fix driver root identification on Windows
2016-04-15 14:50:34 +03:00
bunnei
464b3bd20d
Merge pull request #1666 from MerryMage/barrier
...
Thread: Correct Common::Barrier implementation
2016-04-14 22:03:17 -04:00
bunnei
607667571d
Merge pull request #1665 from lioncash/file
...
IOFile: Minor API changes
2016-04-14 16:28:15 -04:00
MerryMage
aecdc328a3
Thread: Make Barrier reusable
2016-04-14 13:59:58 +01:00
MerryMage
3b73cd6dd4
common/thread: Correct code style
2016-04-14 13:58:28 +01:00
bunnei
2d9c714baf
emitter: Add CALL that can be fixed up.
2016-04-13 23:04:50 -04:00
bunnei
98e70a3040
emitter: Support arbitrary FixupBranch targets.
2016-04-13 23:04:42 -04:00
Lioncash
9b38494bcd
file_util: In-class initialize data members
2016-04-13 20:17:24 -04:00
Lioncash
6c42d6bce9
file_util: const qualify IOFile's Tell and GetSize functions
2016-04-13 20:17:23 -04:00
Lioncash
dc210b6498
file_util: Don't expose IOFile internals through the API
2016-04-13 20:17:17 -04:00
Lioncash
d83fc0b4fd
file_util: Check for is_trivially_copyable
...
Also applies the template checks to ReadArray as well.
2016-04-13 19:20:26 -04:00
Lioncash
d1778d9220
file_util: Make IOFile data members private
2016-04-13 19:10:54 -04:00
MerryMage
1d61185821
FileUtil: Missing #include, Add const to IOFile methods
2016-04-12 14:50:20 +01:00
mailwl
3eb8b8eebb
cecd:u: stub GetCecStateAbbreviated ( #1648 )
2016-04-08 15:39:52 -04:00
bunnei
8a86b69dcd
Merge pull request #1435 from mailwl/frd_u
...
frd:u: Initial stub some functions
2016-04-05 23:04:35 -04:00
Mathew Maidment
3cf5e4d51c
Merge pull request #1643 from MerryMage/make_unique
...
Common: Remove Common::make_unique, use std::make_unique
2016-04-05 20:10:11 -04:00
MerryMage
9f9c987924
Common: Remove Common::make_unique, use std::make_unique
2016-04-05 13:31:17 +01:00
bunnei
9ddb84a7f2
Merge pull request #1620 from LFsWang/path
...
Fix filename&path encode problem on Windows
2016-04-04 21:55:08 -04:00
bunnei
c430003c26
Merge pull request #1616 from exhalatio/dlp_dummy
...
Dummy implementation dlp:SRVR Service.
2016-04-03 10:10:58 -04:00
exhalatio
ea94aea447
Dummy implementation dlp:SRVR Service.
2016-04-03 06:05:20 +09:00
LFsWang
26fb25e106
remove debug code
2016-03-31 20:29:39 +08:00
mailwl
21655cfb63
cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle
2016-03-31 14:59:10 +03:00
LFsWang
04990e5614
fix unicode url problem on windows
2016-03-31 19:21:03 +08:00
LFsWang
9ad1f457de
Fix encode problem On Windows
2016-03-31 18:58:37 +08:00
mailwl
32a790dbdc
frd:u: Initial stub some functions
2016-03-27 10:08:04 +03:00
wwylele
d62fccadc4
remove unnecessary const
2016-03-26 10:46:48 +03:00
wwylele
9fe0c0b898
implement accel and gyro backend
2016-03-22 18:35:03 +02:00
Lioncash
0c83775827
vector_math: Add missing member in Vec4's SetZero function
2016-03-18 01:49:34 -04:00
JamePeng
7d60d58ee1
Reorganize the ndm service path for dummy implement function
...
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons
The NDM file move to /core/hle/service/ndm/ now!
2016-03-15 00:42:47 +08:00
bunnei
7e665013d9
Merge pull request #1509 from lioncash/noncopy
...
common: Minor changes to NonCopyable
2016-03-13 16:47:44 -04:00
Jannik Vogel
5cf2de5ecf
PICA: Align vertex attributes
2016-03-13 04:54:23 +01:00
Lioncash
353df6fd72
common_types: Make NonCopyable constructor constexpr
2016-03-12 21:57:18 -05:00
Lioncash
388b2e938b
common_types: Specify const in deleted copy constructor/assignment operator
2016-03-12 21:55:30 -05:00
bunnei
7ef7d43242
Merge pull request #1476 from lioncash/emit
...
emitter: constexpr/misc changes
2016-03-10 01:06:25 -05:00
Lioncash
11f0ba5143
emitter: templatize ImmPtr
2016-03-09 03:13:01 -05:00
Lioncash
adc46f6a4f
emitter: constexpr-ify helper functions
2016-03-09 03:13:00 -05:00
Lioncash
eaf4973993
emitter: Get rid of CanDoOpWith
...
This was removed in Dolphin as there were no particular uses for it.
I'm sure the same will apply to citra.
2016-03-09 03:12:59 -05:00
Lioncash
fad503ce71
emitter: constexpr-ify OpArg
2016-03-09 03:12:53 -05:00
Lioncash
3a2c84f5a4
emitter: friend class OpArg with XEmitter
2016-03-09 02:25:00 -05:00
Lioncash
ba1b8314f4
emitter: Remove unimplemented prototype
2016-03-09 02:20:00 -05:00
Lioncash
f932c2f4ac
Common: Get rid of alignment macros
...
The gl rasterizer already uses alignas,
so we may as well move everything over.
2016-03-09 01:31:14 -05:00
bunnei
25ba135264
Merge pull request #1297 from Subv/saves
...
DiskDirectory: Initialize the directory member with valid info.
2016-03-01 17:16:05 -05:00
Yuri Kunde Schlesner
612dd84ebe
Merge pull request #1427 from MerryMage/emit-lbit
...
x64 Emitter: Fix L bit in VEX prefix
2016-02-28 03:12:57 -08:00
MerryMage
7ca5dd5e08
x64 Emitter: Fix L bit in VEX prefix
2016-02-27 12:45:26 +00:00