bunnei
ac4d31e9b0
Merge pull request #1539 from lioncash/const
video_core: Don't cast away const
10 years ago
LFsWang
b692dbafe3
Fix Qt chinese words encode problem on Windows
10 years ago
Yuri Kunde Schlesner
7be85066fb
Merge pull request #1466 from LittleWhite-tb/gamelist-update-recent
Register ROM started through the gamelist in the list of ROM recently started
10 years ago
Lioncash
7b2af63608
video_core: Don't cast away const
10 years ago
Lioncash
6d9e7e962b
shader_interpreter: use std::inner_product for the dot product
Same thing, less code.
10 years ago
Yuri Kunde Schlesner
029b390a8f
Merge pull request #1537 from lioncash/const
core/video_core: Minor const-related changes
10 years ago
Lioncash
f8c709aaca
core/video_core: Make NumIds functions constexpr
10 years ago
Lioncash
d04e1ad75c
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
67d9455c24
PICA: Alignment happens locally in vertex
10 years ago
LittleWhite
7cbbcfd995
Register ROM started through the gamelist in the list of ROM recently started
10 years ago
bunnei
f514688782
Merge pull request #1519 from JayFoxRox/vp-offset-fix
PICA: Fix viewport offset
10 years ago
bunnei
407c3173df
Merge pull request #1503 from bunnei/clear-jit-cache
Clear JIT cache
10 years ago
bunnei
486312578c
Merge pull request #1479 from JayFoxRox/mad-encoding
Fix MAD/MADI encoding
10 years ago
bunnei
ebf8537848
Merge pull request #1526 from bunnei/sdl-rgb8
SDL2: Explicitly use RGB8 color buffer.
10 years ago
Jannik Vogel
9e29ed3f66
PICA: Fix MAD/MADI encoding
10 years ago
Jannik Vogel
586a2942ba
Update nihstro to latest master
10 years ago
linkmauve
87c358c284
Merge pull request #1528 from MerryMage/citra-shutdown
citra: Shutdown cleanly if ROM load fails
10 years ago
MerryMage
193b0c3b59
citra: Shutdown cleanly if ROM load fails
10 years ago
bunnei
c51ecfb37d
SDL2: Explicitly use RGB8 color buffer.
10 years ago
MerryMage
b5faa38052
OS X: Use dylibbundler to include dylibs required by citra in nightly archive
10 years ago
Lectem
9f4b7a7e20
fix SDL2 detection for Visual
10 years ago
bunnei
fca64358e5
Merge pull request #1409 from JamePeng/Reorganize-NDM
Reorganize the ndm service path for implement dummy function
10 years ago
Jannik Vogel
0957931bc4
PICA: Fix viewport offset
10 years ago
JamePeng
7d60d58ee1
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
3941f74688
Respect vs output map
10 years ago
bunnei
7e665013d9
Merge pull request #1509 from lioncash/noncopy
common: Minor changes to NonCopyable
10 years ago
Yuri Kunde Schlesner
c1af6f8137
Merge pull request #1510 from wwylele/fix_pad
hid: fix pad update
10 years ago
wwylele
0af67d267f
hid: fix pad update
10 years ago
Yuri Kunde Schlesner
dd7cc4d33e
Merge pull request #1496 from JayFoxRox/align-attribs
Align attribute components
10 years ago
Jannik Vogel
5cf2de5ecf
PICA: Align vertex attributes
10 years ago
Yuri Kunde Schlesner
e31b572454
Merge pull request #1506 from lioncash/enum
svc: Minor enum changes
10 years ago
Lioncash
353df6fd72
common_types: Make NonCopyable constructor constexpr
10 years ago
Lioncash
388b2e938b
common_types: Specify const in deleted copy constructor/assignment operator
10 years ago
Lioncash
bc06a2c79e
svc: Move ResetType enum to the kernel event header
10 years ago
Lioncash
bdaa3dcf06
svc: Remove unused ArbitrationType enum
An equivalent enum already exists within address_arbiter.h
10 years ago
Lioncash
219ecd2ee7
svc: Make ResetType an enum class
10 years ago
pippo2931
cc6c9fa8fd
Fix header
10 years ago
pippo2931
589bcfff6a
GetArchiveResource stub
10 years ago
bunnei
fcbcf16024
shader_jit_x64: Clear cache after code space fills up.
10 years ago
bunnei
39b59df530
shader_jit_x64: Make assert outputs more useful & cleanup formatting.
10 years ago
bunnei
a5d41a373e
shader: Update log message to use proper log class.
10 years ago
bunnei
5858a3a148
Merge pull request #1266 from Subv/miiapplet
HLE/Applets: Implemented a dummy Mii Selector applet.
10 years ago
Subv
32fb947b55
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
bunnei
d08af80159
Merge pull request #1500 from lioncash/nullptr
gsp_gpu: Change 0 literal to nullptr
10 years ago
Lioncash
2d0c3f789a
gsp_gpu: Change 0 literal to nullptr
10 years ago
bunnei
2859dad004
Merge pull request #1499 from lioncash/services
hle: Update service function tables
10 years ago
Lioncash
282f891de8
hle: Update service function tables
10 years ago
bunnei
7ef7d43242
Merge pull request #1476 from lioncash/emit
emitter: constexpr/misc changes
10 years ago
Yuri Kunde Schlesner
e87df3fd32
Merge pull request #1475 from lioncash/align
Common: Get rid of alignment macros
10 years ago
Yuri Kunde Schlesner
2cb56da0c1
Merge pull request #1478 from JayFoxRox/master
Fix attribute mapping in vs debugger
10 years ago