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
Subv
922b31ebbd
DiskDirectory: Initialize the directory member with valid info.
10 years ago
LFsWang
8376821776
Add missing return values in ForeachDirectoryEntry
ForeachDirectoryEntry is changed by #1256 ,but return value at last line
was missing.
10 years ago
archshift
b3cfcf55ea
Refactor ScanDirectoryTreeAndCallback to separate errors and retvals
ScanDirectoryTreeAndCallback, before this change, coupled error/return
codes and actual return values (number of entries found). This caused
confusion and difficulty interpreting the precise way the function
worked.
Supersedes, and closes #1255 .
10 years ago
Subv
434ae89a6a
Services/Cam: Added new log type and camera enums from 3dbrew.
Followup to #1102
Original author @mailwl
10 years ago
wwylele
1f89d5d184
fix failure on gcc and clang
10 years ago
wwylele
8de154893c
disable unary minus when the type is not signed
silent warning C4146 on msvc
10 years ago
bunnei
240a3b80d9
gl_rasterizer: Use MMH3 hash for shader cache hey.
- Includes a check to confirm no hash collisions.
10 years ago
bunnei
c86b9d4242
renderer_opengl: Refactor shader generation/caching to be more organized + various cleanups.
10 years ago
polaris-
31dee93e84
Implement gdbstub
10 years ago
Lioncash
845ac621b3
bit_field: Re-enable code on MSVC
10 years ago
archshift
7134a17fc6
Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom behavior
Converted FileUtil::ScanDirectoryTree and FileUtil::DeleteDirRecursively
to use the new ScanDirectoryTreeAndCallback function internally.
10 years ago
Lioncash
8cb2bc748d
symbols: Replace an insert call with emplace
10 years ago
Lioncash
65d7a82db4
symbols: Get rid of initial underscores in variable names
10 years ago
Lioncash
7e143d4422
symbols: Directly initialize TSymbol members
10 years ago
Lioncash
052eacc3b9
symbols: Simplify GetSymbol
10 years ago
polaris-
5114d75647
Implement gdbstub
10 years ago
Lioncash
543192e045
hash: Get rid of unused functions
10 years ago
Lioncash
751fbfdcc3
general: Silence some warnings when using clang
10 years ago
Lioncash
13683a6a11
memory_util: Remove unnecessary assignment in FreeMemoryPages
10 years ago