Commit Graph

3278 Commits (373a790d76b105f8066766f8d05ccd5001b18517)
 

Author SHA1 Message Date
MerryMage 373a790d76 OS X: Use dylibbundler to include dylibs required by citra in nightly archive
bunnei 8530a2d7df Merge pull request from LittleWhite-tb/error-output
Output errors in GUI
LittleWhite 4be68dddfb Improve error report from Init() functions
Add error popup when citra initialization failed
bunnei 58c336b671 Merge pull request from MerryMage/dsp-pipes
AudioCore: Implement Pipe 2
bunnei b12a0b753f Merge pull request from LittleWhite-tb/bug-shader-object
Set the appropriate locale to get float conversion working using to_string
LittleWhite 9d8a724225 Set the appropriate locale to get float conversion working using std::to_string
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).
bunnei 6436d101b5 Merge pull request from yuriks/depth-test-write
Pica: Write depth value even when depth test is disabled
Yuri Kunde Schlesner 2d40891b45 Merge pull request from yuriks/non-app-region
Memory: Do correct Phys->Virt address translation for non-APP linheap
Yuri Kunde Schlesner 6aa90e13f9 Memory: Do correct Phys->Virt address translation for non-APP linheap
Mathew Maidment 8ee230fe1c Merge pull request from yuriks/ResultVal-union
core: Use unrestricted union to hold storage of ResultVal value
Yuri Kunde Schlesner c58bc25d5b Pica: Write depth value even when depth test is disabled
This has been confirmed on hardware. Fixes Etrian Odyssey IV.
Mathew Maidment b5ca152389 Merge pull request from MerryMage/dsp-firmware-hash
DSP: Print hash of firmware to console
MerryMage 5b0fe77140 DSP: Print hash of firmware to console
Yuri Kunde Schlesner b8e9af943a Merge pull request from yuriks/log-program-id
Loader/NCCH: Log the program ID during loading
Yuri Kunde Schlesner 6dd05e610a core: Use unrestricted union to hold storage of ResultVal value
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.
bunnei 987d85a33b Merge pull request from mailwl/branch-acu
ac:u IsConnected implemented
bunnei 878562c291 Merge pull request from yuriks/stub-cam
Stub CAM:U service
mailwl d6be7ff683 ac:u: Stub IsConnected
bunnei dc2ee9b338 Merge pull request from bunnei/remove-glfw
externals: Remove unused GLFW library from the repo.
bunnei cf414db710 externals: Remove unused GLFW library from the repo.
LittleWhite 7ad669a911 Display errors in GUI when loading ROM failed
Mathew Maidment 5eeef06c10 Merge pull request from vitorsilverio/patch-2
Update Building Links
Vitor 544cebd90d Update Building Links
Links on README.md don't exist.
bunnei c9009d39d4 Merge pull request from ds84182/immediate-mode-vtx
Add immediate mode vertex submission
Dwayne Slater 6b775034dd Add immediate mode vertex submission
bunnei 699b2a6571 Merge pull request from MerryMage/sdl
Dependencies: Remove GLFW, Add SDL2
MerryMage 48366b1071 Config: Use unique_ptr instead of raw pointer
bunnei ea0ca17215 Merge pull request from Kloen/legend
Add THREADPROCESSORID_ALL on SVC::CreateThread
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
bunnei cddb9bd2aa Merge pull request from Subv/saves
DiskDirectory: Initialize the directory member with valid info.
bunnei 95addab57b Merge pull request from yuriks/config-000A0000
Service/CFG: Add block 0x000A0000 (username) to default config file
Kloen 1149e66820 ThreadProcessorId_All on SVC::CreateThread
Yuri Kunde Schlesner 1912c4691b Service/CFG: Fix potential endianess issue
Yuri Kunde Schlesner 228d8ac14a Service/CFG: Add block 0x000A0000 (username) to default config file
Yuri Kunde Schlesner 338a0f01f2 Service/CAM: Add doxycomments to all service functions
Yuri Kunde Schlesner ddcf2ef32a Merge pull request from MerryMage/emit-lbit
x64 Emitter: Fix L bit in VEX prefix
MerryMage f73c39d573 x64 Emitter: Fix L bit in VEX prefix
bunnei 2f56125f12 Merge pull request from mailwl/branch-ir
Initial implementation ir:user
mailwl 2e13b7f3ca Initial implementation ir:user
bunnei c28a48aa02 Merge pull request from LittleWhite-tb/exit_check
Add check before closure when emulation is running
bunnei 2b00bdec1f Merge pull request from MerryMage/lut_init
renderer_opengl: Initalise fragment shader LUT textures
bunnei af7282b5ea Merge pull request from MerryMage/audio-core-skeleton
Audio Core: Skeleton
MerryMage 0801363840 renderer_opengl: Initalise fragment shader LUT textures
bunnei b63a4192a7 Merge pull request from vgturtle127/patch-1
Add website to README. Be proud of it!
Derek "Turtle" Roe e58ad4ab51 Add website to README. Be proud of it!
bunnei e04e6aabbc Merge pull request from ds84182/padding-attributes
Add support for padding vertex attributes
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.
Dwayne Slater ed8072b48b Fix out of bounds array access when loading a component >= 12