Lioncash
|
9b38494bcd
|
file_util: In-class initialize data members
|
10 years ago |
Lioncash
|
6c42d6bce9
|
file_util: const qualify IOFile's Tell and GetSize functions
|
10 years ago |
Lioncash
|
dc210b6498
|
file_util: Don't expose IOFile internals through the API
|
10 years ago |
Lioncash
|
d83fc0b4fd
|
file_util: Check for is_trivially_copyable
Also applies the template checks to ReadArray as well.
|
10 years ago |
Lioncash
|
d1778d9220
|
file_util: Make IOFile data members private
|
10 years ago |
MerryMage
|
1d61185821
|
FileUtil: Missing #include, Add const to IOFile methods
|
10 years ago |
Jannik Vogel
|
6f19be7e17
|
Use Settings::Apply in SDL frontend
|
10 years ago |
Jannik Vogel
|
ce26f4c099
|
CitraQt: Apply config at startup
|
10 years ago |
mailwl
|
00008f93a5
|
Set Kernel config "Unknown Value" to 0x1
|
10 years ago |
Jannik Vogel
|
4e717ff177
|
Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)
|
10 years ago |
mailwl
|
c4f53f4f6b
|
Fix BLX LR opcode interpretation
|
10 years ago |
Jannik Vogel
|
f9727e111d
|
OpenGL: Respect buffer-write allow registers
|
10 years ago |
Jannik Vogel
|
93bc39e372
|
OpenGL: Split buffer-write mask sync into seperate functions
|
10 years ago |
Jannik Vogel
|
ca9fb9d1d5
|
Rasterizer: Respect buffer-write allow registers
|
10 years ago |
Jannik Vogel
|
980cea05c3
|
OpenGL: Keep stencil-test and framebuffer.depth_format in sync
|
10 years ago |
JamePeng
|
1cd0d7fcde
|
update the code of AM service! (#1623)
|
10 years ago |
mailwl
|
3eb8b8eebb
|
cecd stub GetCecStateAbbreviated (#1648)
|
10 years ago |
mailwl
|
1b840ce43c
|
Update cpsr (T)humb bit while creating thread
|
10 years ago |
polaris-
|
d690fc4ed3
|
Default to settings from ini for gdbstub
|
10 years ago |
mailwl
|
f1fb108e03
|
Fix thumb ADR instruction alignment
|
10 years ago |
polaris-
|
eae9c73db0
|
Adopted WinterMute's gdbstub changes
This fixes the comments left on the PR (whitespace, SO_REUSEADDR,
comment changes).
|
10 years ago |
JamePeng
|
943cdb37a3
|
append SetAppCpuTimeLimit and GetAppCpuTimeLimit to APT:A
|
10 years ago |
MerryMage
|
9f9c987924
|
Common: Remove Common::make_unique, use std::make_unique
|
10 years ago |
JamePeng
|
a1f65b8ca9
|
implement APT::GetStartupArgument
|
10 years ago |
JamePeng
|
883e0b1292
|
Append the missing function name"GetAppletInfo" to APT:A
|
10 years ago |
Emmanuel Gil Peyrot
|
96f8b0992a
|
OpenGL: Fix a double framebuffer completeness checks.
|
10 years ago |
Jannik Vogel
|
204b5537b8
|
OpenGL: Check for framebuffer completeness
|
10 years ago |
exhalatio
|
ea94aea447
|
Dummy implementation dlp:SRVR Service.
|
10 years ago |
Jannik Vogel
|
4a5f9ab271
|
Avoid warnings by casting to size_t for ARRAY_SIZE() comparisons
|
10 years ago |
LFsWang
|
26fb25e106
|
remove debug code
|
10 years ago |
mailwl
|
21655cfb63
|
cecd stub GetCecInfoEventHandle, GetChangeStateEventHandle
|
10 years ago |
LFsWang
|
04990e5614
|
fix unicode url problem on windows
|
10 years ago |
LFsWang
|
9ad1f457de
|
Fix encode problem On Windows
|
10 years ago |
mailwl
|
b6f4f4bb7e
|
Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue
|
10 years ago |
purpasmart96
|
b1a0f498f2
|
GSP: Return proper error codes for register writes
|
10 years ago |
MerryMage
|
c1d2977e0a
|
DynCom: Optimize single stepping
|
10 years ago |
Ryan Loebs
|
3ad6ac2a67
|
Add common methods to all cfg:* ports
|
10 years ago |
MerryMage
|
66ae4cddb5
|
DSP: Implement audio filters (simple, biquad)
|
10 years ago |
LittleWhite
|
611b686333
|
Compilation fix
|
10 years ago |
mailwl
|
32a790dbdc
|
frd Initial stub some functions
|
10 years ago |
wwylele
|
648b2dc071
|
use reference instead of pointer
|
10 years ago |
wwylele
|
d62fccadc4
|
remove unnecessary const
|
10 years ago |
wwylele
|
586f6b854c
|
implement GyroscopeCalibrateParam
|
10 years ago |
MerryMage
|
f9d22fe9b5
|
DSP: Implement audio codecs (PCM8, PCM16, ADPCM)
|
10 years ago |
Yuri Kunde Schlesner
|
8c337f1d29
|
Pica: Improve accuracy of immediate-mode support
This partially fixes Etrian Odyssey IV.
|
10 years ago |
Yuri Kunde Schlesner
|
312441eb72
|
OpenGL: Don't attempt to draw empty triangle batches
Our code did not handle this well, causing random crashes in some
situations.
|
10 years ago |
LittleWhite
|
aad774fa01
|
Add more stuff to configure.
|
10 years ago |
wwylele
|
9fe0c0b898
|
implement accel and gyro backend
|
10 years ago |
Lioncash
|
438bbb84e7
|
armstate: Correct FIQ register banking
FIQ has seven banked registers (R8 to R14), not two.
|
10 years ago |
LittleWhite
|
9ddc04971b
|
Whole config is handled by Config class.
This also means : we have only one config file, now
|
10 years ago |