mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Change a bunch of reference function arguments to pointers.
Per the coding style and sanity.
This commit is contained in:
parent
c98a3f62be
commit
7f6284c2fc
15 changed files with 333 additions and 330 deletions
|
@ -123,7 +123,7 @@ public:
|
|||
|
||||
protected:
|
||||
|
||||
static void CalculateTargetScale(int x, int y, int &scaledX, int &scaledY);
|
||||
static void CalculateTargetScale(int x, int y, int* scaledX, int* scaledY);
|
||||
bool CalculateTargetSize(unsigned int framebuffer_width, unsigned int framebuffer_height);
|
||||
|
||||
static void CheckFifoRecording();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue