mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 02:15:45 +00:00
Fix some warnings (#2399)
This commit is contained in:
parent
3214e3135d
commit
1df720ed08
13 changed files with 9 additions and 35 deletions
|
@ -27,8 +27,6 @@ namespace Pica {
|
|||
|
||||
namespace Shader {
|
||||
|
||||
constexpr u32 INVALID_ADDRESS = 0xFFFFFFFF;
|
||||
|
||||
struct CallStackElement {
|
||||
u32 final_address; // Address upon which we jump to return_address
|
||||
u32 return_address; // Where to jump when leaving scope
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue