Commit Graph

3005 Commits (691a42fe98954c247a8b7e9305a3e9ca5c04d40c)

Author SHA1 Message Date
LFsWang acfa76aa38 Fix encode problem On Windows 10 years ago
mailwl f7619a9a19 Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue 10 years ago
purpasmart96 abe5c6efec GSP: Return proper error codes for register writes 10 years ago
bunnei 644fbbeb13 Merge pull request #1572 from MerryMage/audio-filter
DSP: Implement audio filters (simple, biquad)
10 years ago
Ryan Loebs 2faafff1b9 Code style 10 years ago
MerryMage cbba0bec7c DynCom: Optimize single stepping 10 years ago
Ryan Loebs b1f89408dd Added GetSockOptName
Filter out and translate invalid sockopt names.
10 years ago
Ryan Loebs 0a7d53692a Derp: win32: typedef int socklen_t; 10 years ago
Ryan Loebs 64815a8b16 But of course, Windows uses 'int' while Linux uses 'socklen_t' 10 years ago
Ryan Loebs b8422b24bd Compiling on Windows now 10 years ago
Ryan Loebs aa5bb3b997 Formatting... 10 years ago
Ryan Loebs 65883d9327 Addressing PR comments 10 years ago
Ryan Loebs 91dbebbcc5 SOC Updates
-Implement GetSockOpt / SetSockOpt
-Fix bug in RecvFrom where sending from localhost
 does not fill in src_addr/src_addr_len on Linux
10 years ago
Ryan Loebs 1ce8cb148c Add common methods to all cfg:* ports 10 years ago
MerryMage 2a99464ef1 DSP: Implement audio filters (simple, biquad) 10 years ago
LittleWhite b0e2e1d3f5 Compilation fix 10 years ago
bunnei e815e4a6aa Merge pull request #1541 from LFsWang/path
Fix Qt string encode problem on Windows
10 years ago
mailwl 81d988b022 frd:u: Initial stub some functions 10 years ago
wwylele aeb29a1a60 use reference instead of pointer 10 years ago
wwylele 6bd5f98272 remove unnecessary const 10 years ago
bunnei 39da819b55 Merge pull request #1549 from wwylele/acc_gyro
hid: implement accelerometer and gyroscope back-end
10 years ago
wwylele 1d2070d0d3 implement GyroscopeCalibrateParam 10 years ago
bunnei b25605e20f Merge pull request #1566 from MerryMage/audio-codec
DSP: Implement audio codecs (PCM8, PCM16, ADPCM)
10 years ago
MerryMage efd1c3f8c3 DSP: Implement audio codecs (PCM8, PCM16, ADPCM) 10 years ago
Yuri Kunde Schlesner 81004211dd Pica: Improve accuracy of immediate-mode support
This partially fixes Etrian Odyssey IV.
10 years ago
Yuri Kunde Schlesner 0c447e0a06 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 3eb737a5f5 Add more stuff to configure. 10 years ago
wwylele db151efd0a implement accel and gyro backend 10 years ago
bunnei ebbba0d381 Merge pull request #1508 from JayFoxRox/vs-output-map
Respect vs output map
10 years ago
bunnei 85edb851b0 Merge pull request #1560 from lioncash/savedata
archive_extsavedata: Fix member initialization order
10 years ago
bunnei e16899783d Merge pull request #1563 from lioncash/lolfiq
armstate: Correct FIQ register banking
10 years ago
Lioncash d53c9cde1a armstate: Correct FIQ register banking
FIQ has seven banked registers (R8 to R14), not two.
10 years ago
LittleWhite e33b938505 Whole config is handled by Config class.
This also means : we have only one config file, now
10 years ago
LittleWhite 426c4a2a5b Add Configure widget 10 years ago
bunnei 446d7c7e55 Merge pull request #1559 from lioncash/vec
soc_u: Get rid of explicit delete and new
10 years ago
Lioncash 04f8d39a96 session: Make helper functions constexpr 10 years ago
Lioncash c99f47d8f0 loader: Make MakeMagic constexpr 10 years ago
Lioncash f6ad3e42f0 archive_extsavedata: Fix member initialization order
shared appears in the initializer list before mount_point
10 years ago
Lioncash 9ea3d55243 soc_u: Get rid of explicit delete and new 10 years ago
bunnei b83e95727f Merge pull request #1302 from Subv/save_fix
HLE/FS: Fixed many corner cases in our file handling
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
bunnei 784c5539ea Merge pull request #1538 from lioncash/dot
shader_interpreter: use std::inner_product for the dot product
10 years ago
bunnei 958b978efe Merge pull request #1543 from lioncash/zero
vector_math: Add missing member in Vec4's SetZero function
10 years ago
Lioncash 1400aeceac vector_math: Add missing member in Vec4's SetZero function 10 years ago
bunnei 06b70d170e Merge pull request #1505 from pippo2931/fef
GetArchiveResource stub
10 years ago
bunnei 58852bedbf Merge pull request #1535 from JayFoxRox/fix-align
PICA: Alignment happens locally in vertex
10 years ago
bunnei 20ba5b14b4 Merge pull request #1539 from lioncash/const
video_core: Don't cast away const
10 years ago
LFsWang 933af7af66 Fix Qt chinese words encode problem on Windows 10 years ago
Yuri Kunde Schlesner de7ecee516 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 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
bunnei 55f24e1cf4 Merge pull request #1519 from JayFoxRox/vp-offset-fix
PICA: Fix viewport offset
10 years ago
bunnei 96cafbe4cc Merge pull request #1503 from bunnei/clear-jit-cache
Clear JIT cache
10 years ago
bunnei caba93fa45 Merge pull request #1479 from JayFoxRox/mad-encoding
Fix MAD/MADI encoding
10 years ago
bunnei becb758a84 Merge pull request #1526 from bunnei/sdl-rgb8
SDL2: Explicitly use RGB8 color buffer.
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
Jannik Vogel f746a00964 Respect vs output map 10 years ago
bunnei a2024d7497 Merge pull request #1509 from lioncash/noncopy
common: Minor changes to NonCopyable
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
bunnei 2f0a61debf Merge pull request #1266 from Subv/miiapplet
HLE/Applets: Implemented a dummy Mii Selector applet.
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
bunnei afb5140b53 Merge pull request #1500 from lioncash/nullptr
gsp_gpu: Change 0 literal to nullptr
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
bunnei 3789de6bd9 Merge pull request #1476 from lioncash/emit
emitter: constexpr/misc changes
10 years ago
Yuri Kunde Schlesner 305e63d9ea Merge pull request #1475 from lioncash/align
Common: Get rid of alignment macros
10 years ago
Yuri Kunde Schlesner 3475808a54 Merge pull request #1478 from JayFoxRox/master
Fix attribute mapping in vs debugger
10 years ago
LittleWhite e649f5d98d Fix missing return 10 years ago
bunnei 4a2d1571bc Merge pull request #1474 from lioncash/renderer
renderer_base: Minor changes
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
bunnei 8530a2d7df Merge pull request #1344 from LittleWhite-tb/error-output
Output errors in GUI
10 years ago
Lioncash 4b5b32e721 renderer_base: In-class initialize variables 10 years ago
Lioncash be913040a8 render_base: Clarify/normalize getter functions 10 years ago
Lioncash bf76afc68d renderer_base: Don't directly expose the rasterizer unique_ptr
There's no reason to allow direct access to the unique_ptr instance. Only
its contained pointer.
10 years ago
LittleWhite 4be68dddfb Improve error report from Init() functions
Add error popup when citra initialization failed
10 years ago
bunnei 58c336b671 Merge pull request #1441 from MerryMage/dsp-pipes
AudioCore: Implement Pipe 2
10 years ago
bunnei b12a0b753f Merge pull request #1467 from LittleWhite-tb/bug-shader-object
Set the appropriate locale to get float conversion working using to_string
10 years ago
LittleWhite 9d8a724225 Set the appropriate locale to get float conversion working using std::to_string 10 years ago
MerryMage 004991d79e DSP: Implement Pipe 2
Pipe 2 is a DSP pipe that is used to initialize both the DSP hardware (the
application signals to the DSP to initialize) and the application (the DSP
provides the memory location of structures in the shared memory region).
10 years ago
bunnei 6436d101b5 Merge pull request #1462 from yuriks/depth-test-write
Pica: Write depth value even when depth test is disabled
10 years ago
Yuri Kunde Schlesner 6aa90e13f9 Memory: Do correct Phys->Virt address translation for non-APP linheap 10 years ago
Mathew Maidment 8ee230fe1c Merge pull request #1455 from yuriks/ResultVal-union
core: Use unrestricted union to hold storage of ResultVal value
10 years ago
Yuri Kunde Schlesner c58bc25d5b Pica: Write depth value even when depth test is disabled
This has been confirmed on hardware. Fixes Etrian Odyssey IV.
10 years ago
MerryMage 5b0fe77140 DSP: Print hash of firmware to console 10 years ago
Yuri Kunde Schlesner 6dd05e610a core: Use unrestricted union to hold storage of ResultVal value 10 years ago
Yuri Kunde Schlesner b967a581a1 Loader/NCCH: Log the program ID during loading
This is useful for all sorts of things, but mainly to identify save
folders more easily.
10 years ago
bunnei 987d85a33b Merge pull request #1429 from mailwl/branch-acu
ac:u IsConnected implemented
10 years ago
bunnei 878562c291 Merge pull request #1389 from yuriks/stub-cam
Stub CAM:U service
10 years ago
mailwl d6be7ff683 ac:u: Stub IsConnected 10 years ago
LittleWhite 7ad669a911 Display errors in GUI when loading ROM failed 10 years ago
bunnei c9009d39d4 Merge pull request #1394 from ds84182/immediate-mode-vtx
Add immediate mode vertex submission
10 years ago
Dwayne Slater 6b775034dd Add immediate mode vertex submission 10 years ago
bunnei 699b2a6571 Merge pull request #1403 from MerryMage/sdl
Dependencies: Remove GLFW, Add SDL2
10 years ago
MerryMage 48366b1071 Config: Use unique_ptr instead of raw pointer 10 years ago
bunnei ea0ca17215 Merge pull request #1434 from Kloen/legend
Add THREADPROCESSORID_ALL on SVC::CreateThread
10 years ago
MerryMage ba2a54a9dd Dependencies: Remove GLFW, Add SDL2
citra: Remove GLFW, Add SDL2

FindSDL2: Do not CACHE SDL2_* variables if library is not found

EmuWindow_SDL2: Set minimal client area at initialisation time

EmuWindow_SDL2: Corrections

EmuWindow_SDL2: Fix no decorations on startup on OS X

cmake: windows_copy_files
10 years ago
bunnei cddb9bd2aa Merge pull request #1297 from Subv/saves
DiskDirectory: Initialize the directory member with valid info.
10 years ago
Kloen 1149e66820 ThreadProcessorId_All on SVC::CreateThread 10 years ago
Yuri Kunde Schlesner 1912c4691b Service/CFG: Fix potential endianess issue 10 years ago
Yuri Kunde Schlesner 228d8ac14a Service/CFG: Add block 0x000A0000 (username) to default config file 10 years ago
Yuri Kunde Schlesner 338a0f01f2 Service/CAM: Add doxycomments to all service functions 10 years ago
Yuri Kunde Schlesner ddcf2ef32a Merge pull request #1427 from MerryMage/emit-lbit
x64 Emitter: Fix L bit in VEX prefix
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
bunnei c28a48aa02 Merge pull request #1352 from LittleWhite-tb/exit_check
Add check before closure when emulation is running
10 years ago
bunnei 2b00bdec1f Merge pull request #1424 from MerryMage/lut_init
renderer_opengl: Initalise fragment shader LUT textures
10 years ago
bunnei af7282b5ea Merge pull request #1386 from MerryMage/audio-core-skeleton
Audio Core: Skeleton
10 years ago
MerryMage 0801363840 renderer_opengl: Initalise fragment shader LUT textures 10 years ago
bunnei e04e6aabbc Merge pull request #1395 from ds84182/padding-attributes
Add support for padding vertex attributes
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
Dwayne Slater ed8072b48b Fix out of bounds array access when loading a component >= 12 10 years ago
Dwayne Slater 82fc075ff6 Add support for padding vertex attributes 10 years ago
Yuri Kunde Schlesner fc6fa0f088 Service/CAM: Dummy implementation of some functions
Thanks to @mailwl for the initial version of the stubs.
10 years ago
MerryMage 6c71858c5c BitField: Make trivially copyable and remove assignment operator 10 years ago
bunnei 19557aaab3 pica: Cleanup lighting register definitions and documentation. 10 years ago
bunnei c4d318f691 gl_rasterizer: Use alignas(16) instead of explicit padding. 10 years ago
bunnei aaa7beeda8 renderer_opengl: Use GLvec3/GLvec4 aliases for commonly used types. 10 years ago
bunnei 8e9318f20a gl_rasterizer: Fix issue with interpolation of opposite quaternions. 10 years ago
bunnei b694423d09 pica_types: Fix typo in docstring. 10 years ago
bunnei a949fd5f25 pica_types: Replace float24/20/16 with a template class. 10 years ago
bunnei d171822dce command_processor: Add an assertion to ensure LUTs are not written past their boundaries. 10 years ago
bunnei 310a1c30ca gl_rasterizer: Remove unnecessary casts. 10 years ago
bunnei c229503f4a gl_rasterizer: Fix PicaShaderConfig on GCC. 10 years ago
bunnei 9dfb223d26 gl_rasterizer: Initial implementation of bump mapping. 10 years ago
bunnei 449902b558 gl_shader_gen: Fix bug in LUT range (should within range [0, 255] not [0, 256]). 10 years ago
bunnei 348c9c9ff3 gl_shader_gen: Implement lighting red, green, and blue reflection. 10 years ago
bunnei 01b407638c gl_shader_gen: View should be normalized. 10 years ago
bunnei c37de30cfc gl_shader_gen: Implement fragment lighting fresnel effect. 10 years ago
bunnei 0e67c21c9e gl_shader_gen: Implement fragment lighting specular 1 component. 10 years ago
bunnei 781b046579 gl_shader_gen: Add support for D0 LUT scaling. 10 years ago
bunnei 3d89dacd56 gl_shader_gen: Refactor lighting config to match Pica register naming.
- Also implement D0 LUT enable.
10 years ago
bunnei 6307999116 pica: Cleanup and add some comments to lighting registers. 10 years ago
bunnei 6878ba7608 gl_rasterizer: Minor naming refactor on Pica register naming. 10 years ago
bunnei 76f303538b gl_shader_gen: Reorganize and cleanup lighting code.
- No functional difference.
10 years ago
bunnei 5f3bad8fb1 gl_shader_gen: Fix directional lights. 10 years ago
bunnei bdc72d0904 gl_shader_gen: Fix bug with lighting where clamp highlights was only applied to last light. 10 years ago
bunnei 603b619cbe gl_shader_gen: View vector needs to be normalized when computing half angle vector. 10 years ago
bunnei 021cb0bced renderer_opengl: Use textures for fragment shader LUTs instead of UBOs.
- Gets us LUT interpolation for free.
- Some older Intel GPU drivers did not support the big UBOs needed to store the LUTs.
10 years ago
bunnei bf89870437 renderer_opengl: Initial implementation of basic specular lighting. 10 years ago
bunnei e34fa6365f renderer_opengl: Implement HW fragment lighting distance attenuation. 10 years ago
bunnei e9af70eaf3 renderer_opengl: Implement HW fragment lighting LUTs within our default UBO. 10 years ago
bunnei afbef52516 renderer_opengl: Implement diffuse component of HW fragment lighting. 10 years ago
bunnei b003075570 pica: Implement decoding of basic fragment lighting components.
- Diffuse
- Distance attenuation
- float16/float20 types
- Vertex Shader 'view' output
10 years ago
bunnei 281bc90ad2 pica: Implement fragment lighting LUTs. 10 years ago
bunnei 4369767c72 pica: Add decodings for distance attenuation and LUT registers. 10 years ago
bunnei 38c7b20475 pica: Add pica_types module and move float24 definition. 10 years ago
bunnei 69e2453649 Merge pull request #1391 from tfarley/hw-fb-sync-fix
hwrasterizer: Use proper cached framebuffer addr/size
10 years ago
Lioncash c89e3d5951 backend: defaulted move constructor/assignment 10 years ago
LittleWhite 973a6c40da Add a configuration entry to enable/disable the check 10 years ago
LittleWhite c2b210f713 Add check before closure when emulation is running
Implement confirmation in a specific function
Fix typos and coding style

Coding convention
10 years ago
tfarley a15f4d1590 hwrasterizer: Use proper cached fb addr/size 10 years ago
bunnei 7497675a83 Merge pull request #1387 from lioncash/func
services: minor changes
10 years ago
Yuri Kunde Schlesner 05356543d9 OpenGL: Downgrade GL_DEBUG_SEVERITY_NOTIFICATION to Debug logging level
The nVidia driver is *extremely* spammy on this category, sending a
message on every buffer or texture upload, slowing down the emulator and
making the log useless.
10 years ago
Lioncash 0937bed8d8 services: Get rid of unnecessary includes 10 years ago
Lioncash 5e5bb0c32e services: Update function tables 10 years ago
bunnei cd0b31fd73 Merge pull request #1377 from MerryMage/mmio
Memory: Implemented MMIO
10 years ago
MerryMage 2b93313348 Memory: Implement MMIO 10 years ago
Lioncash 60fe45813b color: Make trivial helpers constexpr 10 years ago
bunnei a43f8d2fb7 Merge pull request #1367 from yuriks/jit-jmp
Shader JIT: Fix off-by-one error when compiling JMPs
10 years ago
bunnei c407b6ce2f Merge pull request #1369 from yuriks/jmpu-inverted
Shader: Implement "invert condition" feature of IFU instruction
10 years ago
bunnei 01cb800256 Merge pull request #1370 from yuriks/gpureg-names
Debugger: Use 3dbrew names for GPU registers
10 years ago
Yuri Kunde Schlesner 8b3994e9e4 Merge pull request #1373 from lioncash/cast
elf: Don't cast away const
10 years ago
Lioncash a89e32b157 elf: Don't cast away const 10 years ago