Lioncash
d5b983a8c0
swap: Get rid of pointer casting for swapping structs
These shouldn't haphazardly convert types
10 years ago
Lioncash
47ca79ba4b
swap: Get rid of undefined behavior in swapf and swapd
This isn't well-defined in C++.
10 years ago
Lioncash
aef4630102
swap: Remove unused methods
Also gets rid of pointer data variants as this prevents the use of
the regular swapping routines as unary predicates in std lib functions.
They also cast to stricter alignment types, which is undefined behavior.
10 years ago
MerryMage
920d2cf41d
AudioCore: SDL2 Sink
10 years ago
Emmanuel Gil Peyrot
691a42fe98
VideoCore: Run include-what-you-use and fix most includes.
10 years ago
Yuri Kunde Schlesner
e3a8292495
Common: Remove section measurement from profiler ( #1731 )
This has been entirely superseded by MicroProfile. The rest of the code
can go when a simpler frametime/FPS meter is added to the GUI.
10 years ago
Henrik Rydgård
90501f20e6
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
10 years ago
Sam Spilsbury
ef6873980e
assert: Allow UNREACHABLE_MSG to have just one argument
10 years ago
LittleWhite
9572652ddc
Protect use of std::is_trivially_copyable to compile with GCC 4.9
10 years ago
Sam Spilsbury
205e8f9f9e
assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTED
10 years ago
wwylele
43b6cbd762
fix driver root identification on Windows
10 years ago
MerryMage
3c710f9b10
Thread: Make Barrier reusable
10 years ago
MerryMage
8c50833445
common/thread: Correct code style
10 years ago
bunnei
507e0b5989
emitter: Add CALL that can be fixed up.
10 years ago
bunnei
e5d417213c
emitter: Support arbitrary FixupBranch targets.
10 years ago
Lioncash
5f51622e9d
file_util: In-class initialize data members
10 years ago
Lioncash
655623ebb2
file_util: const qualify IOFile's Tell and GetSize functions
10 years ago
Lioncash
a4120ca66c
file_util: Don't expose IOFile internals through the API
10 years ago
Lioncash
bf9945b81b
file_util: Check for is_trivially_copyable
Also applies the template checks to ReadArray as well.
10 years ago
Lioncash
3ee4432fe3
file_util: Make IOFile data members private
10 years ago
MerryMage
226c5546e2
FileUtil: Missing #include, Add const to IOFile methods
10 years ago
mailwl
61ec5fa776
cecd stub GetCecStateAbbreviated ( #1648 )
10 years ago
MerryMage
a06dcfeb61
Common: Remove Common::make_unique, use std::make_unique
10 years ago
exhalatio
bbdfbe44e6
Dummy implementation dlp:SRVR Service.
10 years ago
LFsWang
87afef73b1
remove debug code
10 years ago
mailwl
cb8e85a37d
cecd stub GetCecInfoEventHandle, GetChangeStateEventHandle
10 years ago
LFsWang
be01912539
fix unicode url problem on windows
10 years ago
LFsWang
acfa76aa38
Fix encode problem On Windows
10 years ago
mailwl
81d988b022
frd Initial stub some functions
10 years ago
wwylele
6bd5f98272
remove unnecessary const
10 years ago
wwylele
db151efd0a
implement accel and gyro backend
10 years ago
Lioncash
1400aeceac
vector_math: Add missing member in Vec4's SetZero function
10 years ago
JamePeng
dd0b8047eb
Reorganize the ndm service path for dummy implement function
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons
The NDM file move to /core/hle/service/ndm/ now!
10 years ago
Jannik Vogel
a66c186e81
PICA: Align vertex attributes
10 years ago
Lioncash
38376b833e
common_types: Make NonCopyable constructor constexpr
10 years ago
Lioncash
45e2fce7c0
common_types: Specify const in deleted copy constructor/assignment operator
10 years ago
Lioncash
e3f9d09b28
emitter: templatize ImmPtr
10 years ago
Lioncash
1351c0ce9f
emitter: constexpr-ify helper functions
10 years ago
Lioncash
e66a6a2a1b
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.
10 years ago
Lioncash
6085b419e5
emitter: constexpr-ify OpArg
10 years ago
Lioncash
77bcdafc94
emitter: friend class OpArg with XEmitter
10 years ago
Lioncash
450c84c990
emitter: Remove unimplemented prototype
10 years ago
Lioncash
88d604383e
Common: Get rid of alignment macros
The gl rasterizer already uses alignas,
so we may as well move everything over.
10 years ago
MerryMage
f73c39d573
x64 Emitter: Fix L bit in VEX prefix
10 years ago
mailwl
2e13b7f3ca
Initial implementation ir:user
10 years ago
MerryMage
8b00954ec7
AudioCore: Skeleton Implementation
This commit:
* Adds a new subproject, audio_core.
* Defines structures that exist in DSP shared memory.
* Hooks up various other parts of the emulator into audio core.
This sets the foundation for a later HLE DSP implementation.
10 years ago
MerryMage
6c71858c5c
BitField: Make trivially copyable and remove assignment operator
10 years ago
Lioncash
c89e3d5951
backend: defaulted move constructor/assignment
10 years ago
Lioncash
60fe45813b
color: Make trivial helpers constexpr
10 years ago
Lioncash
3933b68c59
key_map: Use std::tie for comparisons
10 years ago