Commit Graph

3388 Commits (7e2c0c53715b6c76eab2a1ae01913924b8e65b70)
 

Author SHA1 Message Date
Lioncash 63e956cc7a video_core: Don't cast away const 9 years ago
Lioncash 4d89df8df2 shader_interpreter: use std::inner_product for the dot product
Same thing, less code.
9 years ago
Yuri Kunde Schlesner 0c0fb463f0 Merge pull request #1537 from lioncash/const
core/video_core: Minor const-related changes
9 years ago
Lioncash c928b04eee core/video_core: Make NumIds functions constexpr 9 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.
9 years ago
Jannik Vogel 7eef9ebc3b PICA: Alignment happens locally in vertex 9 years ago
LittleWhite 5912c9c327 Register ROM started through the gamelist in the list of ROM recently started 9 years ago
bunnei 55f24e1cf4 Merge pull request #1519 from JayFoxRox/vp-offset-fix
PICA: Fix viewport offset
9 years ago
bunnei 96cafbe4cc Merge pull request #1503 from bunnei/clear-jit-cache
Clear JIT cache
9 years ago
bunnei caba93fa45 Merge pull request #1479 from JayFoxRox/mad-encoding
Fix MAD/MADI encoding
9 years ago
bunnei becb758a84 Merge pull request #1526 from bunnei/sdl-rgb8
SDL2: Explicitly use RGB8 color buffer.
9 years ago
Jannik Vogel 9aad2f29bb PICA: Fix MAD/MADI encoding 9 years ago
Jannik Vogel 0cdf8ff102 Update nihstro to latest master 9 years ago
linkmauve 9a627aa30b Merge pull request #1528 from MerryMage/citra-shutdown
citra: Shutdown cleanly if ROM load fails
9 years ago
MerryMage 317e795d35 citra: Shutdown cleanly if ROM load fails 9 years ago
bunnei 69a38e7b54 SDL2: Explicitly use RGB8 color buffer. 9 years ago
MerryMage 373a790d76 OS X: Use dylibbundler to include dylibs required by citra in nightly archive 9 years ago
Lectem c8f8e70d31 fix SDL2 detection for Visual 9 years ago
bunnei 62b105b695 Merge pull request #1409 from JamePeng/Reorganize-NDM
Reorganize the ndm service path for implement dummy function
9 years ago
Jannik Vogel 964cfaea47 PICA: Fix viewport offset 9 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!
9 years ago
Jannik Vogel f746a00964 Respect vs output map 9 years ago
bunnei a2024d7497 Merge pull request #1509 from lioncash/noncopy
common: Minor changes to NonCopyable
9 years ago
Yuri Kunde Schlesner e07f193aff Merge pull request #1510 from wwylele/fix_pad
hid: fix pad update
9 years ago
wwylele ab67f0ffa3 hid: fix pad update 9 years ago
Yuri Kunde Schlesner f62935d278 Merge pull request #1496 from JayFoxRox/align-attribs
Align attribute components
9 years ago
Jannik Vogel a66c186e81 PICA: Align vertex attributes 9 years ago
Yuri Kunde Schlesner 7f8c99899b Merge pull request #1506 from lioncash/enum
svc: Minor enum changes
9 years ago
Lioncash 38376b833e common_types: Make NonCopyable constructor constexpr 9 years ago
Lioncash 45e2fce7c0 common_types: Specify const in deleted copy constructor/assignment operator 9 years ago
Lioncash 856a1d0386 svc: Move ResetType enum to the kernel event header 9 years ago
Lioncash 31797a242f svc: Remove unused ArbitrationType enum
An equivalent enum already exists within address_arbiter.h
9 years ago
Lioncash 12e92f17de svc: Make ResetType an enum class 9 years ago
pippo2931 8186f1271b Fix header 9 years ago
pippo2931 31abe54c99 GetArchiveResource stub 9 years ago
bunnei 6efb710b28 shader_jit_x64: Clear cache after code space fills up. 9 years ago
bunnei c103759cdc shader_jit_x64: Make assert outputs more useful & cleanup formatting. 9 years ago
bunnei 46f78b7f19 shader: Update log message to use proper log class. 9 years ago
bunnei 2f0a61debf Merge pull request #1266 from Subv/miiapplet
HLE/Applets: Implemented a dummy Mii Selector applet.
9 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.
9 years ago
bunnei afb5140b53 Merge pull request #1500 from lioncash/nullptr
gsp_gpu: Change 0 literal to nullptr
9 years ago
Lioncash fba547b924 gsp_gpu: Change 0 literal to nullptr 9 years ago
bunnei c6cf075b51 Merge pull request #1499 from lioncash/services
hle: Update service function tables
9 years ago
Lioncash d7dd6c8bd1 hle: Update service function tables 9 years ago
bunnei 3789de6bd9 Merge pull request #1476 from lioncash/emit
emitter: constexpr/misc changes
9 years ago
Yuri Kunde Schlesner 305e63d9ea Merge pull request #1475 from lioncash/align
Common: Get rid of alignment macros
9 years ago
Yuri Kunde Schlesner 3475808a54 Merge pull request #1478 from JayFoxRox/master
Fix attribute mapping in vs debugger
9 years ago
Mathew Maidment d622a2235b Merge pull request #1482 from LittleWhite-tb/mac-opengl-check
Fix missing return
9 years ago
LittleWhite e649f5d98d Fix missing return 9 years ago
bunnei 4a2d1571bc Merge pull request #1474 from lioncash/renderer
renderer_base: Minor changes
9 years ago