bunnei
4cb2995c61
HLE: Rename RescheduleIsPending to IsReschedulePending.
10 years ago
Lioncash
6b7ebb3f82
hle: Get rid of global access to g_reschedule
This shouldn't be directly exposed if there's already a partial API that operates on it.
We can just provide the rest of that API.
10 years ago
Subv
f707026ac5
HLE/FS: Change the error code returned when an ExtSaveData archive is not found.
This allows Fire Emblem to boot again.
10 years ago
Subv
3aa42627a3
HLE/FS: Corrected some style concerns.
10 years ago
Subv
95380d8950
HLE/FS: Fixed creating the config savefile when it doesn't exist.
This fixes a regression.
10 years ago
Subv
d26c6b3212
HLE/FS: Implemented GetFormatInfo
Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive.
10 years ago
Subv
9b2d643451
HLE/FS: Don't return an error when deleting the ExtSaveData if it does not exist.
10 years ago
Subv
95b34f8081
HLE/FS: Return the proper error codes when opening files.
10 years ago
Subv
802ef6d099
HLE/FS: Fixed the OpenDirectory error code
10 years ago
Subv
96f0e32f83
HLE/FS: Return the proper error codes on file Read/Write operations.
These operations are limited by the open flags specified while opening the file.
10 years ago
Subv
09b0564c75
HLE/FS: Corrected the error codes for DeleteFile
10 years ago
Subv
b350f192bb
HLE/FS: Corrected the error codes for CreateFile
10 years ago
Subv
381a5c053f
HLE/FS: FS::CreateFile takes an u64 for the file size.
10 years ago
LittleWhite
89a43b8447
Fix missing header
10 years ago
Lioncash
1400aeceac
vector_math: Add missing member in Vec4's SetZero function
10 years ago
Lioncash
63e956cc7a
video_core: Don't cast away const
10 years ago
Lioncash
4d89df8df2
shader_interpreter: use std::inner_product for the dot product
Same thing, less code.
10 years ago
Lioncash
c928b04eee
core/video_core: Make NumIds functions constexpr
10 years ago
Lioncash
39baad9926
core/video_core: Don't cast away const in subscript operators
Not to say these subscript operators aren't totally ugly as is.
10 years ago
Jannik Vogel
7eef9ebc3b
PICA: Alignment happens locally in vertex
10 years ago
LittleWhite
5912c9c327
Register ROM started through the gamelist in the list of ROM recently started
10 years ago
Jannik Vogel
9aad2f29bb
PICA: Fix MAD/MADI encoding
10 years ago
MerryMage
317e795d35
citra: Shutdown cleanly if ROM load fails
10 years ago
bunnei
69a38e7b54
SDL2: Explicitly use RGB8 color buffer.
10 years ago
Jannik Vogel
964cfaea47
PICA: Fix viewport offset
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
wwylele
ab67f0ffa3
hid: fix pad update
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
856a1d0386
svc: Move ResetType enum to the kernel event header
10 years ago
Lioncash
31797a242f
svc: Remove unused ArbitrationType enum
An equivalent enum already exists within address_arbiter.h
10 years ago
Lioncash
12e92f17de
svc: Make ResetType an enum class
10 years ago
pippo2931
8186f1271b
Fix header
10 years ago
pippo2931
31abe54c99
GetArchiveResource stub
10 years ago
bunnei
6efb710b28
shader_jit_x64: Clear cache after code space fills up.
10 years ago
bunnei
c103759cdc
shader_jit_x64: Make assert outputs more useful & cleanup formatting.
10 years ago
bunnei
46f78b7f19
shader: Update log message to use proper log class.
10 years ago
Subv
0f8be2d2cc
HLE/Applets: Implemented a dummy Mii Selector applet.
This prevents some games (like Super Mario 3D Land) from freezing when trying to launch it, however, it's not complete and won't let you go past Mii selection as the parameter structure hasn't been reverse engineered yet.
10 years ago
Lioncash
fba547b924
gsp_gpu: Change 0 literal to nullptr
10 years ago
Lioncash
d7dd6c8bd1
hle: Update service function tables
10 years ago
LittleWhite
e649f5d98d
Fix missing return
10 years ago
Jannik Vogel
557b732b43
Fix attribute mapping in vs debugger
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